mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed typehint
This commit is contained in:
parent
4f54bf63fd
commit
3980f90216
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from .event.event import EventObserver
|
|||
from .event.telegram import TelegramEventObserver
|
||||
from .filters import BUILTIN_FILTERS
|
||||
|
||||
INTERNAL_UPDATE_TYPES: Final[frozenset] = frozenset({"update", "error"})
|
||||
INTERNAL_UPDATE_TYPES: Final[frozenset[str]] = frozenset({"update", "error"})
|
||||
|
||||
|
||||
class Router:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue