Skip to content

Commit 55cce2e

Browse files
committed
Fix flake8 error
1 parent 169eb1d commit 55cce2e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.flake8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[flake8]
2+
max-line-length = 80

src/github3/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ def rate_limit(self):
19801980
def repositories(
19811981
self, type=None, sort=None, direction=None, number=-1, etag=None
19821982
):
1983-
"""List repositories for the authenticated user, filterable by ``type``.
1983+
"""List repositories for the authenticated user filterable by ``type``.
19841984
19851985
.. versionchanged:: 0.6
19861986

0 commit comments

Comments
 (0)