PEP8: more applied
[youtube-dl] / test / test_youtube_lists.py
index 452d342ae9ed3dbc81d098747abb545751d28e8d..4ceba64ae5f2cbcbfee59311b3bc183864584df7 100644 (file)
@@ -12,10 +12,6 @@ from test.helper import FakeYDL
 from youtube_dl.extractor import (
     YoutubePlaylistIE,
     YoutubeIE,
-    YoutubeChannelIE,
-    YoutubeShowIE,
-    YoutubeTopListIE,
-    YoutubeSearchURLIE,
 )