about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-07-23 02:46:21 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-07-23 02:46:21 +0200
commit0c92b57398417529ad22e80df683a2fb4adac4da (patch)
tree536256b5b73ebba1a2413e45db061fc71f04674f /test
parentbecafcbf0f46671b7286758118a48a6602083eda (diff)
downloadyoutube-dl-0c92b57398417529ad22e80df683a2fb4adac4da.tar.gz
youtube-dl-0c92b57398417529ad22e80df683a2fb4adac4da.tar.xz
youtube-dl-0c92b57398417529ad22e80df683a2fb4adac4da.zip
Remove unused imports
Diffstat (limited to 'test')
-rw-r--r--test/test_all_urls.py1
-rw-r--r--test/test_download.py2
2 files changed, 0 insertions, 3 deletions
diff --git a/test/test_all_urls.py b/test/test_all_urls.py
index 2bc81f020..0ff47cf1e 100644
--- a/test/test_all_urls.py
+++ b/test/test_all_urls.py
@@ -15,7 +15,6 @@ from youtube_dl.extractor import (
     FacebookIE,
     gen_extractors,
     JustinTVIE,
-    PBSIE,
     YoutubeIE,
 )
 
diff --git a/test/test_download.py b/test/test_download.py
index f171c10ba..d6540588c 100644
--- a/test/test_download.py
+++ b/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,