[radiojavan] PEP8

E275 is added in pycodestyle 2.6

See https://github.com/PyCQA/pycodestyle/pull/491
This commit is contained in:
Yen Chi Hsuan 2016-06-19 13:32:08 +08:00
parent 6aeb64b673
commit 6c83e583b3
No known key found for this signature in database
GPG Key ID: 3FDDD575826C5C30
1 changed files with 1 additions and 1 deletions

View File

@ -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,
)