about summary refs log tree commit diff
path: root/youtube_dl/extractor/stanfordoc.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-09 04:53:23 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-09 04:53:23 +0100
commit2101830c0d27e6d9ad2f564ff004565e71da1ec5 (patch)
treed27d170d5aa1d0238cde2cee81efe6d60f19668f /youtube_dl/extractor/stanfordoc.py
parent977887469c3ebb7a6d6a7fee3bcd7bcc046f21e3 (diff)
downloadyoutube-dl-2101830c0d27e6d9ad2f564ff004565e71da1ec5.tar.gz
youtube-dl-2101830c0d27e6d9ad2f564ff004565e71da1ec5.tar.xz
youtube-dl-2101830c0d27e6d9ad2f564ff004565e71da1ec5.zip
Remove unused imports
Diffstat (limited to 'youtube_dl/extractor/stanfordoc.py')
-rw-r--r--youtube_dl/extractor/stanfordoc.py2
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,