diff --git a/aiogram/dispatcher/storage.py b/aiogram/dispatcher/storage.py index 127c3b3e..85c23a61 100644 --- a/aiogram/dispatcher/storage.py +++ b/aiogram/dispatcher/storage.py @@ -226,7 +226,7 @@ class DisabledStorage(BaseStorage): Empty storage. Use it if you don't want to use Finite-State Machine """ - def close(self): + async def close(self): pass async def wait_closed(self):