From: Jaime Marquínez Ferrándiz Date: Mon, 9 Mar 2015 17:07:31 +0000 (+0100) Subject: [yandexmusic] PEP8: remove blank line at the end of file X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=dd77f14c641da26429ba32d2464563bf04e1741c;p=youtube-dl [yandexmusic] PEP8: remove blank line at the end of file --- diff --git a/youtube_dl/extractor/yandexmusic.py b/youtube_dl/extractor/yandexmusic.py index e25c0be44..1ee8d1bc0 100644 --- a/youtube_dl/extractor/yandexmusic.py +++ b/youtube_dl/extractor/yandexmusic.py @@ -125,4 +125,3 @@ class YandexMusicPlaylistIE(YandexMusicBaseIE): return self.playlist_result( entries, compat_str(playlist_id), playlist['title'], playlist.get('description')) -