Merge AuthenticatedUser type stubs back to source (#2577)

Co-authored-by: Enrico Minack <github@enrico.minack.dev>
This commit is contained in:
Trim21
2023-07-18 12:21:32 +02:00
committed by GitHub
co-authored by Enrico Minack
parent 15112267e6
commit f259db9fda
3 changed files with 403 additions and 878 deletions
+1 -1
View File
@@ -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: ...