]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/compat/urllib/__init__.py
[cleanup] Misc (#8182)
[yt-dlp.git] / yt_dlp / compat / urllib / __init__.py
index b27cc6133c44cd046892251ea0279f459cb2ba9a..9084b3c2bfd747f2d93a483703895cf5e72bf633 100644 (file)
@@ -1,7 +1,7 @@
 # flake8: noqa: F405
 from urllib import *  # noqa: F403
 
-del request
+del request  # noqa: F821
 from . import request  # noqa: F401
 
 from ..compat_utils import passthrough_module