Fix mypy windows error

This commit is contained in:
Alex Root Junior 2021-04-19 01:14:22 +03:00
parent c412e35fc5
commit 07f5e50a68

View file

@ -12,7 +12,7 @@ try:
_uvloop.install()
except ImportError: # pragma: no cover
_uvloop = None # type: ignore
pass
F = MagicFilter()