Browse Source

Remove unused imports

master
Philipp Hagemeister 11 years ago
parent
commit
723f839911
2 changed files with 0 additions and 2 deletions
  1. 1
      youtube_dl/extractor/dreisat.py
  2. 1
      youtube_dl/extractor/mit.py

1
youtube_dl/extractor/dreisat.py

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

1
youtube_dl/extractor/mit.py

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

Loading…
Cancel
Save