Skip to content
Snippets Groups Projects
Commit b340238c authored by Tulir Asokan's avatar Tulir Asokan :cat2:
Browse files

Add missing dependency check in db init

parent c8d38dc3
No related branches found
No related tags found
No related merge requests found
......@@ -21,4 +21,5 @@ def init(db_engine) -> None:
table.t = table.__table__
table.c = table.t.c
table.column_names = table.c.keys()
init_nio_db(db_engine)
if init_nio_db:
init_nio_db(db_engine)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment