Remove unnecessary blank lines in model files for cleaner code structure

This commit is contained in:
JSC
2025-07-22 16:18:41 +02:00
parent fefb7f7bf4
commit 2860008a6d
6 changed files with 0 additions and 6 deletions

View File

@@ -17,7 +17,6 @@ class SoundPlayed(BaseModel, table=True):
user_id: int = Field(foreign_key="user.id", nullable=False)
sound_id: int = Field(foreign_key="sound.id", nullable=False)
# constraints
__table_args__ = (
UniqueConstraint(