mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Ignore uvloop attr-defined
This commit is contained in:
parent
1cf6ce251b
commit
eef277ae65
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ from .utils.text_decorations import markdown_decoration as md
|
||||||
with suppress(ImportError):
|
with suppress(ImportError):
|
||||||
import uvloop as _uvloop
|
import uvloop as _uvloop
|
||||||
|
|
||||||
_uvloop.install()
|
_uvloop.install() # type: ignore[attr-defined]
|
||||||
|
|
||||||
F = MagicFilter()
|
F = MagicFilter()
|
||||||
flags = FlagGenerator()
|
flags = FlagGenerator()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue