Skip to content

Commit f91f7f3

Browse files
committed
fix import
1 parent 1ab8cc3 commit f91f7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microSALT/store/db_manipulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from collections import OrderedDict
1111
from datetime import datetime, timezone
12-
from sqlalchemy import MetaData, and_, desc, inspect
12+
from sqlalchemy import MetaData, and_, desc, inspect, text
1313
from sqlalchemy.engine.reflection import Inspector
1414
from dateutil.parser import parse
1515

0 commit comments

Comments
 (0)