diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-04-08 14:19:01 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-04-08 14:19:01 +0700 |
commit | 60e5016199320333ad3f3584b5b0c0147cfaeba3 (patch) | |
tree | bf311eebd376b6c6e9ada9f8c6b6a2e4d49f4ad7 /test | |
parent | c4d6fc6d659ba74aab3f59aca02ff0e2e0763eb4 (diff) |
[test_download] Remove unused import
Diffstat (limited to 'test')
-rw-r--r-- | test/test_download.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_download.py b/test/test_download.py index 5c5824d65..fd7d2e8be 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, |