1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 18:09:28 +00:00

Remove unused import

This commit is contained in:
Philipp Hagemeister 2014-06-09 23:14:04 +02:00
parent 826ec77fb2
commit d5e944359e

View file

@ -6,7 +6,6 @@ import time
from .common import InfoExtractor
from ..utils import (
compat_str,
compat_urllib_parse,
compat_urllib_request,