We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abb1430 + b099d7f commit da543f8Copy full SHA for da543f8
1 file changed
lnt/server/db/migrations/upgrade_18_to_19.py
@@ -7,7 +7,6 @@
7
columns following the same column-type rules as upgrade_0_to_1.
8
"""
9
10
-import sqlalchemy
11
from sqlalchemy import (Boolean, Column, DateTime, Float, ForeignKey, Integer,
12
LargeBinary, String, select)
13
from sqlalchemy.orm import sessionmaker
0 commit comments