Skip to content

Commit

Permalink
Running linter command this time
Browse files Browse the repository at this point in the history
  • Loading branch information
jpyams committed Dec 13, 2020
1 parent 0a7e708 commit 77cfaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/repositories/legacy_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def _get(self, endpoint): # type: (str) -> Union[Page, None]
if response.status_code in (401, 403):
self._log(
"Authorization error accessing {url}".format(url=response.url),
level="warn"
level="warn",
)
return

Expand Down

0 comments on commit 77cfaa5

Please sign in to comment.