From 6bffaab94f4728ae1c3fe42d0ab5bd0780a8eb0c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 29 Jan 2025 04:15:40 +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()