fix: removed redundant cache import

This commit is contained in:
Oleg A 2021-05-25 09:24:45 +03:00
parent 1cf91982e6
commit 9d9e219244

View file

@ -1,7 +1,5 @@
from __future__ import annotations
from functools import lru_cache
from . import base
from . import fields
from .callback_query import CallbackQuery