mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix new line
This commit is contained in:
parent
4b8fd4bf71
commit
5b577571d3
1 changed files with 1 additions and 1 deletions
|
|
@ -108,4 +108,4 @@ class MemoryStorage(BaseStorage):
|
|||
if self.data[chat][user] == {'state': None, 'data': {}, 'bucket': {}}:
|
||||
del self.data[chat][user]
|
||||
if not self.data[chat]:
|
||||
del self.data[chat]
|
||||
del self.data[chat]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue