projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4d6fc6
)
[test_download] Remove unused import
author
Sergey M․
<dstftw@gmail.com>
Sat, 8 Apr 2017 07:19:01 +0000
(14:19 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 8 Apr 2017 07:19:01 +0000
(14:19 +0700)
test/test_download.py
patch
|
blob
|
history
diff --git
a/test/test_download.py
b/test/test_download.py
index 5c5824d65a7063304253420100dc519f2d90940d..fd7d2e8be67f689a126cef7f744de65f853e58d3 100644
(file)
--- 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,