Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
sqlalchemy-aio engines don't have .dispose()
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed May 30, 2017
1 parent 1e9d5c6 commit c1b55ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ultros/core/storage/database/sqla.py
Expand Up @@ -63,7 +63,6 @@ def load(self):
self.metadata = MetaData()

def unload(self):
self.engine.dispose()
self.metadata.clear()

self.engine = None
Expand Down

0 comments on commit c1b55ed

Please sign in to comment.