1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-04 00:55:15 +00:00

[ie, cleanup] No from stdlib imports in extractors (#8978)

This commit is contained in:
pukkandan
2024-04-01 05:31:09 +05:30
committed by GitHub
parent a25a424323
commit e3a3ed8a98
20 changed files with 56 additions and 61 deletions

View File

@ -1,4 +1,3 @@
from __future__ import unicode_literals
from .common import InfoExtractor
from ..utils import (
traverse_obj,