1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 18:39:29 +00:00

[wat] Remove unused import

This commit is contained in:
Philipp Hagemeister 2014-08-25 10:15:32 +02:00
parent 348ae0a79e
commit 1f06864e9a

View file

@ -7,7 +7,6 @@ import hashlib
from .common import InfoExtractor
from ..utils import (
ExtractorError,
unified_strdate,
)