diff --git a/database.py b/database.py index ea1b5cab..2492ddc6 100644 --- a/database.py +++ b/database.py @@ -1567,4 +1567,4 @@ async def get_all_keys(session: Any = None): raise finally: if conn is not None and session is None: - await conn.close() + await conn.close() \ No newline at end of file