Auto-format code with Ruff using pyproject.toml

This commit is contained in:
GitHub Actions
2025-01-29 04:18:09 +00:00
parent ee9e65d692
commit 79a9a95ffc
+1 -1
View File
@@ -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()