diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-09 04:53:23 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-09 04:53:23 +0100 |
commit | 2101830c0d27e6d9ad2f564ff004565e71da1ec5 (patch) | |
tree | d27d170d5aa1d0238cde2cee81efe6d60f19668f /youtube_dl/extractor/stanfordoc.py | |
parent | 977887469c3ebb7a6d6a7fee3bcd7bcc046f21e3 (diff) |
Remove unused imports
Diffstat (limited to 'youtube_dl/extractor/stanfordoc.py')
-rw-r--r-- | youtube_dl/extractor/stanfordoc.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/extractor/stanfordoc.py b/youtube_dl/extractor/stanfordoc.py index d0d0989f0..44c52c718 100644 --- a/youtube_dl/extractor/stanfordoc.py +++ b/youtube_dl/extractor/stanfordoc.py @@ -2,8 +2,6 @@ import re from .common import InfoExtractor from ..utils import ( - compat_str, - ExtractorError, orderedSet, unescapeHTML, |