Skip to content

Commit

Permalink
Added param type for Repository.remove_autolink
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Oct 28, 2022
1 parent 1709730 commit 8b41655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github/Repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -3545,6 +3545,7 @@ def remove_self_hosted_runner(self, runner):
def remove_autolink(self, autolink):
"""
:calls: `DELETE /repos/{owner}/{repo}/autolinks/{id} <https://docs.github.com/en/rest/reference/repos>`_
:param autolink: int or :class:`github.Autolink.Autolink`
:rtype: None
"""
is_autolink = isinstance(
Expand Down

0 comments on commit 8b41655

Please sign in to comment.