Remove unused imports

This commit is contained in:
Philipp Hagemeister 2013-12-25 15:33:19 +01:00
parent 61224dbcdd
commit 723f839911
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -3,7 +3,6 @@ import json
from .common import InfoExtractor
from ..utils import (
compat_str,
clean_html,
get_element_by_id,
)