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:
parent
2a314e1064
commit
1cab4ed60f
1 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,7 @@
|
|||
import time
|
||||
|
||||
from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
ExtractorError,
|
||||
)
|
||||
from ..utils import ExtractorError
|
||||
|
||||
|
||||
class EventStatus(enum.Enum):
|
||||
|
|
Loading…
Reference in a new issue