Skip to content

Commit a5bf957

Browse files
committed
Flake8 fix on api/models/annotations_lookup.py
1 parent 7ab7209 commit a5bf957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/models/annotations_lookup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ class AtAgiLookup(db.Model):
1919

2020
probeset: db.Mapped[str] = db.mapped_column(db.String(60), primary_key=True, nullable=False)
2121
agi: db.Mapped[str] = db.mapped_column(db.String(30), primary_key=True, nullable=False)
22-
date: db.Mapped[datetime] = db.mapped_column(db.Date, primary_key=True, nullable=False)
22+
date: db.Mapped[datetime] = db.mapped_column(db.Date, primary_key=True, nullable=False)

0 commit comments

Comments
 (0)