Skip to content

Commit a3ec0bc

Browse files
committed
Now supports contributors
1 parent 81455aa commit a3ec0bc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

github2/repositories.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def branches(self, project):
9292
return self.make_request("show", project, "branches",
9393
filter="branches")
9494

95-
def list_contributors(self, project):
96-
"""Lists all the contributors in a project (user/repro)."""
97-
return self.make_request("show", project, "contributors",
98-
filter="contributors")
95+
def list_contributors(self, project):
96+
"""Lists all the contributors in a project (user/repro)."""
97+
return self.make_request("show", project, "contributors",
98+
filter="contributors")

0 commit comments

Comments
 (0)