1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-06 01:47:07 -05:00

PEP8: more applied

This commit is contained in:
Jouke Waleson
2014-11-23 21:20:46 +01:00
parent 5f6a1245ff
commit 8bcc875676
34 changed files with 123 additions and 132 deletions

View File

@@ -12,10 +12,6 @@ from test.helper import FakeYDL
from youtube_dl.extractor import (
YoutubePlaylistIE,
YoutubeIE,
YoutubeChannelIE,
YoutubeShowIE,
YoutubeTopListIE,
YoutubeSearchURLIE,
)