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