mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #20976: pyflakes: Remove unused imports
This commit is contained in:
parent
69b1e261fc
commit
7fa767e517
43 changed files with 11 additions and 64 deletions
|
@ -503,7 +503,6 @@ def win32_ver(release='', version='', csd='', ptype=''):
|
|||
|
||||
# Import the needed APIs
|
||||
try:
|
||||
import win32api
|
||||
from win32api import RegQueryValueEx, RegOpenKeyEx, \
|
||||
RegCloseKey, GetVersionEx
|
||||
from win32con import HKEY_LOCAL_MACHINE, VER_PLATFORM_WIN32_NT, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue