aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-04-08 14:19:01 +0700
committerSergey M․ <dstftw@gmail.com>2017-04-08 14:19:01 +0700
commit60e5016199320333ad3f3584b5b0c0147cfaeba3 (patch)
treebf311eebd376b6c6e9ada9f8c6b6a2e4d49f4ad7 /test
parentc4d6fc6d659ba74aab3f59aca02ff0e2e0763eb4 (diff)
downloadyoutube-dl-60e5016199320333ad3f3584b5b0c0147cfaeba3.zip
youtube-dl-60e5016199320333ad3f3584b5b0c0147cfaeba3.tar.gz
youtube-dl-60e5016199320333ad3f3584b5b0c0147cfaeba3.tar.bz2
[test_download] Remove unused import
Diffstat (limited to 'test')
-rw-r--r--test/test_download.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_download.py b/test/test_download.py
index 5c5824d..fd7d2e8 100644
--- a/test/test_download.py
+++ b/test/test_download.py
@@ -11,7 +11,6 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from test.helper import (
assertGreaterEqual,
expect_warnings,
- expect_value,
get_params,
gettestcases,
expect_info_dict,