Browse Source

[radiojavan] PEP8

E275 is added in pycodestyle 2.6

See https://github.com/PyCQA/pycodestyle/pull/491
Yen Chi Hsuan 9 years ago
parent
commit
6c83e583b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/radiojavan.py

+ 1 - 1
youtube_dl/extractor/radiojavan.py

@@ -3,7 +3,7 @@ from __future__ import unicode_literals
 import re
 import re
 
 
 from .common import InfoExtractor
 from .common import InfoExtractor
-from ..utils import(
+from ..utils import (
     unified_strdate,
     unified_strdate,
     str_to_int,
     str_to_int,
 )
 )