summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/euscreen.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/euscreen.py')
-rw-r--r--yt_dlp/extractor/euscreen.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/yt_dlp/extractor/euscreen.py b/yt_dlp/extractor/euscreen.py
index 65a1dc7..66fa42f 100644
--- a/yt_dlp/extractor/euscreen.py
+++ b/yt_dlp/extractor/euscreen.py
@@ -1,8 +1,7 @@
from .common import InfoExtractor
-
from ..utils import (
- parse_duration,
js_to_json,
+ parse_duration,
)