mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Merge AuthenticatedUser type stubs back to source (#2577)
Co-authored-by: Enrico Minack <github@enrico.minack.dev>
This commit is contained in:
@@ -399,7 +399,7 @@ class Repository(CompletableGithubObject):
|
||||
self,
|
||||
organization: Union[Organization, str, _NotSetType] = ...,
|
||||
name: Union[str, _NotSetType] = ...,
|
||||
default_branch_only: Union[str, _NotSetType] = ...,
|
||||
default_branch_only: Union[bool, _NotSetType] = ...,
|
||||
) -> Repository: ...
|
||||
def get_git_blob(self, sha: str) -> GitBlob: ...
|
||||
def get_git_commit(self, sha: str) -> GitCommit: ...
|
||||
|
||||
Reference in New Issue
Block a user