Browse Source

[canalplus] PEP 8

Sergey M․ 8 years ago
parent
commit
6f1b2374af
1 changed files with 2 additions and 2 deletions
  1. 2 2
      youtube_dl/extractor/canalplus.py

+ 2 - 2
youtube_dl/extractor/canalplus.py

@@ -7,8 +7,8 @@ from .common import InfoExtractor
 from ..compat import compat_urllib_parse_urlparse
 from ..utils import (
     dict_get,
-    ExtractorError,
-    HEADRequest,
+    # ExtractorError,
+    # HEADRequest,
     int_or_none,
     qualities,
     remove_end,