Skip to content

Commit

Permalink
Add type: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 14, 2023
1 parent 8fbe45c commit 6c86f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy_scraper_checker/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def set_event_loop_policy() -> None:
except ImportError:
pass
else:
uvloop.install()
uvloop.install() # type: ignore[attr-defined]


def configure_logging(console: Console, *, debug: bool) -> None:
Expand Down

0 comments on commit 6c86f29

Please sign in to comment.