Browse Source

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

Jaime Marquínez Ferrándiz 10 years ago
parent
commit
dd77f14c64
1 changed files with 0 additions and 1 deletions
  1. 0 1
      youtube_dl/extractor/yandexmusic.py

+ 0 - 1
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'))
-