1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 18:39:29 +00:00

Force CI test

Re-format imports
This commit is contained in:
dirkf 2023-01-06 15:15:16 +00:00 committed by GitHub
parent e7ad2be1fa
commit 8d6a489c77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,10 @@
from __future__ import unicode_literals
from .common import InfoExtractor
from ..utils import try_get, unified_timestamp
from ..utils import
try_get,
unified_timestamp,
)
class HololiveFCIE(InfoExtractor):