We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d159425 commit fcdd9eaCopy full SHA for fcdd9ea
github/Commit.pyi
@@ -42,7 +42,7 @@ class Commit(CompletableGithubObject):
42
@property
43
def files(self) -> List[File]: ...
44
def get_combined_status(self) -> CommitCombinedStatus: ...
45
- def get_comments(self) -> PaginatedList[GitCommit]: ...
+ def get_comments(self) -> PaginatedList[CommitComment]: ...
46
def get_statuses(self) -> PaginatedList[CommitStatus]: ...
47
def get_check_runs(
48
self,
0 commit comments