used black
This commit is contained in:
@@ -9,6 +9,4 @@ class YouTube(object):
|
||||
self.ytm = ytmusicapi.YTMusic()
|
||||
|
||||
self.download = Downloader
|
||||
self.songs = Songs(
|
||||
self.ytm
|
||||
)
|
||||
self.songs = Songs(self.ytm)
|
||||
|
||||
Reference in New Issue
Block a user