Skip to content

Commit c17b18f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3dae85b commit c17b18f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/github3/repos/comparison.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ def commits(self, number=-1, etag=None):
118118
:class:`~github3.repos.commit.ShortCommit`
119119
"""
120120
return self._iter(
121-
number, self._api, commit.ShortCommit,
122-
list_key="commits", etag=etag
121+
number,
122+
self._api,
123+
commit.ShortCommit,
124+
list_key="commits",
125+
etag=etag,
123126
)

0 commit comments

Comments
 (0)