mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
Small re-format
This commit is contained in:
parent
f6ff399a3e
commit
4d4ac12b71
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
|||
# coding: utf-8
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import json
|
||||
|
||||
from ..utils import strip_or_none, traverse_obj
|
||||
from ..utils import (
|
||||
strip_or_none,
|
||||
traverse_obj,
|
||||
)
|
||||
from .common import InfoExtractor
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue