Browse Source

Remove unused imports

Philipp Hagemeister 11 years ago
parent
commit
0c92b57398
2 changed files with 0 additions and 3 deletions
  1. 0 1
      test/test_all_urls.py
  2. 0 2
      test/test_download.py

+ 0 - 1
test/test_all_urls.py

@@ -15,7 +15,6 @@ from youtube_dl.extractor import (
     FacebookIE,
     gen_extractors,
     JustinTVIE,
-    PBSIE,
     YoutubeIE,
 )
 

+ 0 - 2
test/test_download.py

@@ -10,7 +10,6 @@ from test.helper import (
     get_params,
     gettestcases,
     expect_info_dict,
-    md5,
     try_rm,
     report_warning,
 )
@@ -24,7 +23,6 @@ import socket
 import youtube_dl.YoutubeDL
 from youtube_dl.utils import (
     compat_http_client,
-    compat_str,
     compat_urllib_error,
     compat_HTTPError,
     DownloadError,