Skip to content

Commit

Permalink
Skip unused ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Oct 21, 2023
1 parent eef277a commit 3b21262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiogram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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()
Expand Down

0 comments on commit 3b21262

Please sign in to comment.