Remove unnecessary blank lines in model files for cleaner code structure
This commit is contained in:
@@ -28,7 +28,6 @@ class Sound(BaseModel, table=True):
|
||||
is_music: bool = Field(default=False, nullable=False)
|
||||
is_deletable: bool = Field(default=True, nullable=False)
|
||||
|
||||
|
||||
# relationships
|
||||
playlist_sounds: list["PlaylistSound"] = Relationship(back_populates="sound")
|
||||
streams: list["Stream"] = Relationship(back_populates="sound")
|
||||
|
||||
Reference in New Issue
Block a user