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