mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Remove unnecessary pass statement in msvccompiler.py (GH-27123)
This commit is contained in:
parent
b39eea06d1
commit
a0551059ba
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue