1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-14 07:49:38 +00:00

[yandexmusic] PEP8: remove blank line at the end of file

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-03-09 18:07:31 +01:00
parent c36cbe5a8a
commit dd77f14c64

View file

@ -125,4 +125,3 @@ class YandexMusicPlaylistIE(YandexMusicBaseIE):
return self.playlist_result(
entries, compat_str(playlist_id),
playlist['title'], playlist.get('description'))