mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +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
|
Empty storage. Use it if you don't want to use Finite-State Machine
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def close(self):
|
async def close(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
async def wait_closed(self):
|
async def wait_closed(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue