Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 19, 2021
1 parent b420b52 commit 34b78e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octo_api/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class OctoResponse(TypedDict):
#: The total number of responses.
count: int
#: The URL of the next page of results.
next: str # noqa: A003
next: str # noqa: A003 # pylint: disable=redefined-builtin
#: The URL of the previous page of results.
previous: str
#: The current page of results.
Expand Down

0 comments on commit 34b78e9

Please sign in to comment.