aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-06-19 13:32:08 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-06-19 13:32:08 +0800
commit6c83e583b334226965bdf45583c09dbe8bfe9dab (patch)
tree4072e813b613e9efa4b69ad03e31119039f8262b
parent6aeb64b67358176f6c29965d0d138be75c2ad972 (diff)
downloadyoutube-dl-6c83e583b334226965bdf45583c09dbe8bfe9dab.tar.xz
[radiojavan] PEP8
E275 is added in pycodestyle 2.6 See https://github.com/PyCQA/pycodestyle/pull/491
-rw-r--r--youtube_dl/extractor/radiojavan.py2
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,
)