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