mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix mypy windows error
This commit is contained in:
parent
c412e35fc5
commit
07f5e50a68
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ try:
|
|||
|
||||
_uvloop.install()
|
||||
except ImportError: # pragma: no cover
|
||||
_uvloop = None # type: ignore
|
||||
pass
|
||||
|
||||
F = MagicFilter()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue