aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/masters.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2024-04-01 05:31:09 +0530
committerGitHub <noreply@github.com>2024-04-01 05:31:09 +0530
commite3a3ed8a981d9395c4859b6ef56cd02bc3148db2 (patch)
tree2f61a343fd48af1ea30ea1edea365d8c85e7bddb /yt_dlp/extractor/masters.py
parenta25a424323267e3f6f9f63c0b62df499bd7b8d46 (diff)
[ie, cleanup] No `from` stdlib imports in extractors (#8978)
Diffstat (limited to 'yt_dlp/extractor/masters.py')
-rw-r--r--yt_dlp/extractor/masters.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/masters.py b/yt_dlp/extractor/masters.py
index 716f1c961..c3c58d7d0 100644
--- a/yt_dlp/extractor/masters.py
+++ b/yt_dlp/extractor/masters.py
@@ -1,4 +1,3 @@
-from __future__ import unicode_literals
from .common import InfoExtractor
from ..utils import (
traverse_obj,