format: ruff format

This commit is contained in:
Daulet Amirkhanov 2025-08-15 11:01:08 +01:00
parent 8d045b942e
commit 8825aaad9f

View file

@ -21,7 +21,6 @@ async def get_graph_engine() -> GraphDBInterface:
if hasattr(graph_client, "initialize"):
await graph_client.initialize()
return graph_client