1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

Fix indents

This commit is contained in:
blissland 2015-05-07 15:09:27 +01:00
parent c09593c04e
commit bc08873cff

View file

@ -3,8 +3,8 @@
from .common import InfoExtractor from .common import InfoExtractor
from ..utils import ( from ..utils import (
int_or_none, int_or_none,
fix_xml_ampersands, fix_xml_ampersands,
) )