mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Remove unused imports
This commit is contained in:
parent
1cac963562
commit
b5765eb9f7
1 changed files with 1 additions and 4 deletions
|
|
@ -1,12 +1,9 @@
|
|||
from abc import ABC, abstractmethod
|
||||
from typing import TYPE_CHECKING, Any, Dict, List, Tuple, Union
|
||||
from typing import Any, Dict
|
||||
|
||||
from aiogram import Bot
|
||||
from aiogram.api.types import TelegramObject
|
||||
|
||||
if TYPE_CHECKING: # pragma: no cover
|
||||
from aiogram.dispatcher.event.handler import FilterType # NOQA: F401
|
||||
|
||||
|
||||
class BaseHandlerMixin:
|
||||
event: TelegramObject
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue