about summary refs log tree commit diff
path: root/youtube_dl/extractor/ehow.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-07-17 23:54:38 +0600
committerSergey M․ <dstftw@gmail.com>2015-07-17 23:54:38 +0600
commitc60e8cfaf7405e8b8075f06a62e7547adad8beba (patch)
tree5ae1f0816dd50284cd90768ff41bed915982cb2e /youtube_dl/extractor/ehow.py
parent7fd002c0061f9f96eca2224553a2551748970e7d (diff)
downloadyoutube-dl-c60e8cfaf7405e8b8075f06a62e7547adad8beba.tar.gz
youtube-dl-c60e8cfaf7405e8b8075f06a62e7547adad8beba.tar.xz
youtube-dl-c60e8cfaf7405e8b8075f06a62e7547adad8beba.zip
[ehow] Simplify
Diffstat (limited to 'youtube_dl/extractor/ehow.py')
-rw-r--r--youtube_dl/extractor/ehow.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/youtube_dl/extractor/ehow.py b/youtube_dl/extractor/ehow.py
index ba9685991..b1cd4f5d4 100644
--- a/youtube_dl/extractor/ehow.py
+++ b/youtube_dl/extractor/ehow.py
@@ -1,9 +1,7 @@
 from __future__ import unicode_literals
 
-from ..compat import (
-    compat_urllib_parse_unquote,
-)
 from .common import InfoExtractor
+from ..compat import compat_urllib_parse_unquote
 
 
 class EHowIE(InfoExtractor):