Skip to content

Commit

Permalink
Formatted.
Browse files Browse the repository at this point in the history
  • Loading branch information
ForzaMilan3 committed Aug 10, 2024
1 parent 8e8de3b commit 8d516a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chorus_thing/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class BaseTable(AbstractConcreteBase, ChorusThing):
created: Mapped[datetime] = mapped_column(default=datetime.now(tz=UTC))
modified: Mapped[datetime] = mapped_column(default=datetime.now(tz=UTC), onupdate=datetime.now(tz=UTC))


class MusicLibrary(BaseTable):
"""A class for scores."""

Expand Down

0 comments on commit 8d516a8

Please sign in to comment.