Fix memory session's delete() method not being implemented

Closes #660
This commit is contained in:
Dan 2021-04-05 18:51:42 +02:00
parent aa6b226e64
commit 818aebcc7c

View File

@ -50,4 +50,4 @@ class MemoryStorage(SQLiteStorage):
await self.date(0)
async def delete(self):
raise NotImplementedError
pass