reformat
This commit is contained in:
parent
6e17758826
commit
8b10b4e4ca
@ -6,6 +6,7 @@ from ...objects import Song, Album, Artist, Label, Source
|
|||||||
|
|
||||||
MusicObject = Union[Song, Album, Artist, Label]
|
MusicObject = Union[Song, Album, Artist, Label]
|
||||||
|
|
||||||
|
|
||||||
class Download:
|
class Download:
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
@ -42,5 +43,3 @@ class Download:
|
|||||||
return
|
return
|
||||||
|
|
||||||
return source_page.fetch_object_from_source(source)
|
return source_page.fetch_object_from_source(source)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user