Remove unused imports

This commit is contained in:
Philipp Hagemeister 2013-12-05 14:31:54 +01:00
parent ef2fac6f4a
commit a1ef7e85d6
5 changed files with 1 additions and 7 deletions

View file

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