Auto-format code with Ruff using pyproject.toml

This commit is contained in:
GitHub Actions
2025-01-29 04:15:40 +00:00
parent 8ce7ee0ce0
commit 6bffaab94f
+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()