Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowmoose committed Oct 11, 2022
1 parent ec45443 commit 8183bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyderman/util/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def _open(url: str) -> Any:
return None


def get_redirect(url) -> str | None:
def get_redirect(url: str) -> str | None:
req = _open(url)
if not req:
return None
Expand Down

0 comments on commit 8183bbc

Please sign in to comment.