1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-20 12:09:32 +00:00

[test_download] Remove unused import

This commit is contained in:
Sergey M․ 2017-04-08 14:19:01 +07:00
parent c4d6fc6d65
commit 60e5016199
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -11,7 +11,6 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from test.helper import ( from test.helper import (
assertGreaterEqual, assertGreaterEqual,
expect_warnings, expect_warnings,
expect_value,
get_params, get_params,
gettestcases, gettestcases,
expect_info_dict, expect_info_dict,