Skip to content

Commit 4f332e3

Browse files
committed
Fix more errors and warning
1 parent 19f5b5b commit 4f332e3

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

github/GithubIntegration.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,7 @@ def get_installation(self, owner: str, repo: str) -> Installation:
285285
"""
286286
Deprecated by get_repo_installation.
287287
288-
:calls:`GET /repos/{owner}/{repo}/installation <https://docs.github.com/en/rest/reference/apps#get-a-repository-
289-
installation-for-the-authenticated-app>`
290-
:calls:`GET /repos/{owner}/{repo}/installation <https://docs.github.com/en/rest/reference/apps#get-a-repository-
288+
:calls: `GET /repos/{owner}/{repo}/installation <https://docs.github.com/en/rest/reference/apps#get-a-repository-
291289
installation-for-the-authenticated-app>`
292290
293291
"""

github/MainClass.py

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def get_rate_limit(self) -> RateLimitOverview:
356356
"""
357357
Rate limit overview that provides general status and status for different resources (core/search/graphql).
358358
359-
:calls:`GET /rate_limit <https://docs.github.com/en/rest/reference/rate-limit>`_
359+
:calls: `GET /rate_limit <https://docs.github.com/en/rest/reference/rate-limit>`_
360360
361361
"""
362362
headers, data = self.__requester.requestJsonAndCheck("GET", "/rate_limit")
@@ -1000,26 +1000,6 @@ def dump(self, obj: GithubObject, file: BinaryIO, protocol: int = 0) -> None:
10001000
information like the Github credentials used in the :class:`Github` instance. But NO EFFORT is made to remove
10011001
sensitive information from the object's attributes.
10021002
1003-
:param obj: the object to pickle :param file: the file-like object to pickle to :param protocol: the
1004-
`pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-stream-format>`_
1005-
:param obj: the object to pickle :param file: the file-like object to pickle to :param protocol: the
1006-
`pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-
1007-
:param obj: the object to pickle :param file: the file-like object to pickle to :param protocol: the
1008-
`pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-
1009-
stream-format>`_ :param obj: the object to pickle :param file: the file-like object to pickle to :param
1010-
protocol: the
1011-
`pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-
1012-
:param obj: the object to pickle
1013-
:param file: the file-like object to pickle to
1014-
:param protocol: the `pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-
1015-
stream-format>`_
1016-
:param obj: the object to pickle
1017-
:param file: the file-like object to pickle to
1018-
:param protocol: the `pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-
1019-
:param obj: the object to pickle
1020-
:param file: the file-like object to pickle to
1021-
:param protocol: the `pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-
1022-
stream-format>`_
10231003
:param obj: the object to pickle
10241004
:param file: the file-like object to pickle to
10251005
:param protocol: the `pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-

0 commit comments

Comments
 (0)