]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/compat/urllib/__init__.py
[compat] Ensure submodules are imported correctly
[yt-dlp.git] / yt_dlp / compat / urllib / __init__.py
index 6b6b8e103df300aa8d718de519cb9249834cec54..b27cc6133c44cd046892251ea0279f459cb2ba9a 100644 (file)
@@ -1,6 +1,9 @@
 # flake8: noqa: F405
 from urllib import *  # noqa: F403
 
+del request
+from . import request  # noqa: F401
+
 from ..compat_utils import passthrough_module
 
 passthrough_module(__name__, 'urllib')