Remove unused imports

This commit is contained in:
Philipp Hagemeister 2013-08-28 12:47:38 +02:00
parent a5caba1eb0
commit ce6a696e4d
4 changed files with 0 additions and 6 deletions

View file

@ -4,7 +4,6 @@ import xml.etree.ElementTree
from .common import InfoExtractor
from ..utils import (
determine_ext,
ExtractorError,
)