Browse Source

[radiojavan] PEP8

E275 is added in pycodestyle 2.6

See https://github.com/PyCQA/pycodestyle/pull/491
master
Yen Chi Hsuan 8 years ago
parent
commit
6c83e583b3
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/radiojavan.py

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

Loading…
Cancel
Save