]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove unnecessary pass statement in msvccompiler.py (GH-27123)
authorLeonardo Freua <leonardo.batista.freua@gmail.com>
Thu, 15 Jul 2021 10:59:01 +0000 (07:59 -0300)
committerGitHub <noreply@github.com>
Thu, 15 Jul 2021 10:59:01 +0000 (12:59 +0200)
Lib/distutils/msvccompiler.py

index d5857cb1ffe423a1d4bb19fd199ef2f6cf7d158f..f0d04fdb7f41786ebdfac550ae9c1da1cd164782 100644 (file)
@@ -44,7 +44,6 @@ except ImportError:
                  "necessary compiler setting\n"
                  "Make sure that Python modules winreg, "
                  "win32api or win32con are installed.")
-        pass
 
 if _can_read_reg:
     HKEYS = (hkey_mod.HKEY_USERS,