You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: atlassian/bitbucket/cloud/repositories/commits.py
+1-3
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,7 @@ def parents(self):
92
92
93
93
defstatuses(self):
94
94
"""
95
-
Return generator object of the statuses endpoint.
96
-
95
+
Return generator object of the status's endpoint.
97
96
API docs: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-commit-statuses/#api-repositories-workspace-repo-slug-commit-commit-statuses-get
98
97
"""
99
98
returnself._get_paged("statuses")
@@ -146,7 +145,6 @@ def get_build(self, key):
146
145
defcomments(self):
147
146
"""
148
147
Return generator object of the comments endpoint.
149
-
150
148
API docs: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-commits/#api-repositories-workspace-repo-slug-commit-commit-comments-get
0 commit comments