mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 09:22:03 +00:00
Upd disabled storage
This commit is contained in:
parent
99d11430cb
commit
e1b60dfe57
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue