Skip to content

Commit a055105

Browse files
Remove unnecessary pass statement in msvccompiler.py (GH-27123)
1 parent b39eea0 commit a055105

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/distutils/msvccompiler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"necessary compiler setting\n"
4545
"Make sure that Python modules winreg, "
4646
"win32api or win32con are installed.")
47-
pass
4847

4948
if _can_read_reg:
5049
HKEYS = (hkey_mod.HKEY_USERS,

0 commit comments

Comments
 (0)