summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/wsj.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/wsj.py')
-rw-r--r--yt_dlp/extractor/wsj.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/wsj.py b/yt_dlp/extractor/wsj.py
index 86e2646..35fe303 100644
--- a/yt_dlp/extractor/wsj.py
+++ b/yt_dlp/extractor/wsj.py
@@ -1,7 +1,7 @@
from .common import InfoExtractor
from ..utils import (
- int_or_none,
float_or_none,
+ int_or_none,
unified_strdate,
)