summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/movingimage.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/movingimage.py')
-rw-r--r--yt_dlp/extractor/movingimage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/movingimage.py b/yt_dlp/extractor/movingimage.py
index cdd8ba4..6e0ea26 100644
--- a/yt_dlp/extractor/movingimage.py
+++ b/yt_dlp/extractor/movingimage.py
@@ -1,7 +1,7 @@
from .common import InfoExtractor
from ..utils import (
- unescapeHTML,
parse_duration,
+ unescapeHTML,
)