Skip to content

Commit

Permalink
Running linter command this time to fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jpyams committed Jan 4, 2021
1 parent 0a7e708 commit e847389
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 e847389

Please sign in to comment.