summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/wimtv.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/wimtv.py')
-rw-r--r--yt_dlp/extractor/wimtv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/wimtv.py b/yt_dlp/extractor/wimtv.py
index f9bf092..d7d77c0 100644
--- a/yt_dlp/extractor/wimtv.py
+++ b/yt_dlp/extractor/wimtv.py
@@ -1,9 +1,9 @@
from .common import InfoExtractor
from ..utils import (
+ ExtractorError,
determine_ext,
parse_duration,
urlencode_postdata,
- ExtractorError,
)