chore: format
This commit is contained in:
parent
a44ab88519
commit
a7a2631d53
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue