From 9d9e219244e805ebff8e1a58c09f8ccf93c981f8 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Tue, 25 May 2021 09:24:45 +0300 Subject: [PATCH] fix: removed redundant cache import --- aiogram/types/update.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aiogram/types/update.py b/aiogram/types/update.py index 10adc7e0..e2fd3a55 100644 --- a/aiogram/types/update.py +++ b/aiogram/types/update.py @@ -1,7 +1,5 @@ from __future__ import annotations -from functools import lru_cache - from . import base from . import fields from .callback_query import CallbackQuery