Skip to content

Commit

Permalink
Removed unused typing.Union
Browse files Browse the repository at this point in the history
  • Loading branch information
Desiders committed Nov 5, 2022
1 parent a217a80 commit 64d40f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiogram/dispatcher/router.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from typing import Any, Dict, Final, Generator, List, Optional, Set, Union
from typing import Any, Dict, Final, Generator, List, Optional, Set

from ..types import TelegramObject
from .event.bases import REJECTED, UNHANDLED
Expand Down

0 comments on commit 64d40f9

Please sign in to comment.