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

chore: fmt

This commit is contained in:
chocoie 2024-12-15 13:13:44 +08:00
parent 2a314e1064
commit 1cab4ed60f

View file

@ -4,9 +4,7 @@
import time
from .common import InfoExtractor
from ..utils import (
ExtractorError,
)
from ..utils import ExtractorError
class EventStatus(enum.Enum):