Skip to content

Commit 818aebc

Browse files
committed
Fix memory session's delete() method not being implemented
Closes #660
1 parent aa6b226 commit 818aebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/storage/memory_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ async def open(self):
5050
await self.date(0)
5151

5252
async def delete(self):
53-
raise NotImplementedError
53+
pass

0 commit comments

Comments
 (0)