projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aeb64b
)
[radiojavan] PEP8
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 19 Jun 2016 05:32:08 +0000
(13:32 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 19 Jun 2016 05:32:08 +0000
(13:32 +0800)
E275 is added in pycodestyle 2.6
See https://github.com/PyCQA/pycodestyle/pull/491
youtube_dl/extractor/radiojavan.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/radiojavan.py
b/youtube_dl/extractor/radiojavan.py
index 884c284206cb73303a6631695872ce79ecf7795e..ec4fa6e602ea779dd6d3a530ea6cfb639eee3cf4 100644
(file)
--- a/
youtube_dl/extractor/radiojavan.py
+++ b/
youtube_dl/extractor/radiojavan.py
@@
-3,7
+3,7
@@
from __future__ import unicode_literals
import re
from .common import InfoExtractor
-from ..utils import(
+from ..utils import
(
unified_strdate,
str_to_int,
)