mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Skip unused ignore
This commit is contained in:
parent
eef277ae65
commit
3b21262d34
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):
|
||||
import uvloop as _uvloop
|
||||
|
||||
_uvloop.install() # type: ignore[attr-defined]
|
||||
_uvloop.install() # type: ignore[attr-defined,unused-ignore]
|
||||
|
||||
F = MagicFilter()
|
||||
flags = FlagGenerator()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue