Fix some type hints
This commit is contained in:
parent
92852f7e27
commit
c04114b07a
@ -486,9 +486,9 @@ class PlaylistRows(Base):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_unplayed_rows(cls, session: Session,
|
def get_unplayed_rows(cls, session: Session,
|
||||||
playlist_id: int) -> List[int]:
|
playlist_id: int) -> List["PlaylistRows]:
|
||||||
"""
|
"""
|
||||||
For passed playlist, return a list of track rows that
|
For passed playlist, return a list of playlist rows that
|
||||||
have not been played.
|
have not been played.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user