Browse Source

[ehow] Simplify

Sergey M․ 10 years ago
parent
commit
c60e8cfaf7
1 changed files with 1 additions and 3 deletions
  1. 1 3
      youtube_dl/extractor/ehow.py

+ 1 - 3
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):