We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7880a2b + 13d1a24 commit 84112baCopy full SHA for 84112ba
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