chore: format

This commit is contained in:
Andrej Milicevic 2025-10-09 17:50:20 +02:00
parent a44ab88519
commit a7a2631d53

View file

@ -508,6 +508,7 @@ class SQLAlchemyAdapter:
await self.engine.dispose(close=True)
# Wait for the database connections to close and release the file (Windows)
import gc
gc.collect()
# await asyncio.sleep(2)
db_directory = path.dirname(self.db_path)