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

@ -6,7 +6,6 @@ import re
from .common import InfoExtractor
from ..utils import (
compat_urllib_parse,
unified_strdate,
)