[yandexmusic] PEP8: remove blank line at the end of file
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 9 Mar 2015 17:07:31 +0000 (18:07 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 9 Mar 2015 17:07:31 +0000 (18:07 +0100)
youtube_dl/extractor/yandexmusic.py

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