Remove unused imports

This commit is contained in:
Philipp Hagemeister 2014-12-12 04:09:32 +01:00
parent 16040f46d6
commit 4f97852316
4 changed files with 0 additions and 5 deletions

View file

@ -3,7 +3,6 @@ from __future__ import unicode_literals
from .common import InfoExtractor
from ..utils import (
int_or_none,
unified_strdate,
xpath_text,
)