mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 18:22:21 +00:00
Fix indents
This commit is contained in:
parent
c09593c04e
commit
bc08873cff
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ from __future__ import unicode_literals
|
|||
|
||||
from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
int_or_none,
|
||||
fix_xml_ampersands,
|
||||
int_or_none,
|
||||
fix_xml_ampersands,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue