]> jfr.im git - yt-dlp.git/blobdiff - setup.py
[cleanup] Misc fixes
[yt-dlp.git] / setup.py
index adcc42a1c860e0bb5ffbefb1daadfcf62a172418..eace2f9fb800c3cde5c71d7bdf1a2786f167f065 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ def read_version(fname):
 
 
 if sys.argv[1:2] == ['py2exe']:
-    import py2exe
+    import py2exe  # noqa: F401
     warnings.warn(
         'py2exe builds do not support pycryptodomex and needs VC++14 to run. '
         'The recommended way is to use "pyinst.py" to build using pyinstaller')