]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/networking/__init__.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / networking / __init__.py
index 356712c761ae3512b7a9f29b16132cf0fdb14ff8..1eaa0ee5fd974393729b88394b4e1eca6131c7a0 100644 (file)
@@ -30,7 +30,7 @@
     warnings.warn(f'Failed to import "websockets" request handler: {e}' + bug_reports_message())
 
 try:
-    from . import _curlcffi  # noqa: F401
+    from . import _curlcffi
 except ImportError:
     pass
 except Exception as e: