diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-06-19 13:32:08 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-06-19 13:32:08 +0800 |
commit | 6c83e583b334226965bdf45583c09dbe8bfe9dab (patch) | |
tree | 4072e813b613e9efa4b69ad03e31119039f8262b /youtube_dl/extractor | |
parent | 6aeb64b67358176f6c29965d0d138be75c2ad972 (diff) |
[radiojavan] PEP8
E275 is added in pycodestyle 2.6
See https://github.com/PyCQA/pycodestyle/pull/491
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/radiojavan.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/radiojavan.py b/youtube_dl/extractor/radiojavan.py index 884c28420..ec4fa6e60 100644 --- 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, ) |