mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-25 19:52:11 +00:00
Force CI test
Re-format imports
This commit is contained in:
parent
e7ad2be1fa
commit
8d6a489c77
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from ..utils import try_get, unified_timestamp
|
from ..utils import
|
||||||
|
try_get,
|
||||||
|
unified_timestamp,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class HololiveFCIE(InfoExtractor):
|
class HololiveFCIE(InfoExtractor):
|
||||||
|
|
Loading…
Reference in a new issue