mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix: removed redundant cache import
This commit is contained in:
parent
1cf91982e6
commit
9d9e219244
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from functools import lru_cache
|
||||
|
||||
from . import base
|
||||
from . import fields
|
||||
from .callback_query import CallbackQuery
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue