Skip to content

Commit aef077b

Browse files
kbighorseactions-user
authored andcommitted
Formatting changes
1 parent 960e6e2 commit aef077b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

db/location.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ class Location(Base, AutoBaseMixin, ReleaseMixin, NotesMixin, DataProvenanceMixi
6969
comment="Original AMPAPI DateCreated (read-only, populated only during migration)",
7070
)
7171
nma_site_date: Mapped[datetime.date] = mapped_column(
72-
Date, nullable=True, comment="Original AMPAPI SiteDate (read-only, populated only during migration)"
72+
Date,
73+
nullable=True,
74+
comment="Original AMPAPI SiteDate (read-only, populated only during migration)",
7375
)
7476

7577
# --- Relationship Definitions ---

0 commit comments

Comments
 (0)