Remove superflous __repr__
This commit is contained in:
parent
0519006bb2
commit
52ab4fa43e
@ -609,12 +609,6 @@ class Settings(dbtables.SettingsTable):
|
|||||||
|
|
||||||
|
|
||||||
class Tracks(dbtables.TracksTable):
|
class Tracks(dbtables.TracksTable):
|
||||||
def __repr__(self) -> str:
|
|
||||||
return (
|
|
||||||
f"<Track(id={self.id}, title={self.title}, "
|
|
||||||
f"artist={self.artist}, path={self.path}>"
|
|
||||||
)
|
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
session: Session,
|
session: Session,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user