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

@ -5,9 +5,7 @@ import re
from .common import InfoExtractor
from ..utils import (
ExtractorError,
int_or_none,
month_by_name,
unified_strdate,
)