From de45f5d377f84c7fed2ba6ce56c0e4c9a412e17a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 29 Jan 2025 04:18:09 +0000 Subject: [PATCH] Auto-format code with Ruff using pyproject.toml --- database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database.py b/database.py index 2492ddc6..ea1b5cab 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() \ No newline at end of file + await conn.close()