fix new line

This commit is contained in:
Andrey Tikhonov 2021-05-17 21:36:51 +03:00
parent 4b8fd4bf71
commit 5b577571d3

View file

@ -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]