mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-26 21:59:08 +01: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 re
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from ..utils import (
|
from ..utils import ExtractorError
|
||||||
ExtractorError,
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class EventStatus(enum.Enum):
|
class EventStatus(enum.Enum):
|
||||||
|
|
Loading…
Reference in a new issue