]> jfr.im git - yt-dlp.git/blame - yt_dlp/compat/urllib/__init__.py
[cleanup] Misc (#8182)
[yt-dlp.git] / yt_dlp / compat / urllib / __init__.py
CommitLineData
3f66b6fe 1# flake8: noqa: F405
2from urllib import * # noqa: F403
3
5ca095cb 4del request # noqa: F821
a250b247 5from . import request # noqa: F401
6
3f66b6fe 7from ..compat_utils import passthrough_module
8
9passthrough_module(__name__, 'urllib')
10del passthrough_module