mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-05 22:09:18 +02:00
[radiojavan] PEP8
E275 is added in pycodestyle 2.6 See https://github.com/PyCQA/pycodestyle/pull/491
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
Reference in New Issue
Block a user