Skip to content

Commit e423bae

Browse files
committed
fix: import error
1 parent 3aaeeda commit e423bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db/observation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Integer,
1919
TIMESTAMP,
2020
PrimaryKeyConstraint,
21-
Float,
21+
Float, DateTime,
2222
)
2323
from sqlalchemy.orm import mapped_column, relationship
2424

0 commit comments

Comments
 (0)