Fixed indentation bug
This commit is contained in:
parent
f11900451a
commit
6a0366cb24
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ class PGKVStorage(BaseKVStorage):
|
||||||
|
|
||||||
async def drop(self) -> None:
|
async def drop(self) -> None:
|
||||||
"""Drop the storage"""
|
"""Drop the storage"""
|
||||||
drop_sql = SQL_TEMPLATES["DROP_ALL"]
|
drop_sql = SQL_TEMPLATES["DROP_ALL"]
|
||||||
await self.db.execute(drop_sql)
|
await self.db.execute(drop_sql)
|
||||||
|
|
||||||
@final
|
@final
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue