Remove unnecessary pass statement in msvccompiler.py (GH-27123)

This commit is contained in:
Leonardo Freua 2021-07-15 07:59:01 -03:00 committed by GitHub
parent b39eea06d1
commit a0551059ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@
"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,