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

[fox] remove unused import

This commit is contained in:
Remita Amine 2017-03-25 14:28:53 +01:00
parent 7aa0ee321b
commit d97729c83a

View file

@ -3,7 +3,6 @@ from __future__ import unicode_literals
from .adobepass import AdobePassIE
from ..utils import (
int_or_none,
smuggle_url,
update_url_query,
)