Technical debt: replace ImportError
with ModuleNotFoundError
where appropriate
#2378
Labels
ImportError
with ModuleNotFoundError
where appropriate
#2378
As per:
pywin32/win32/Lib/pywin32_bootstrap.py
Lines 11 to 14 in 842fbef
ModuleNotFoundError
can be used as a more precise error since Python 3.6The text was updated successfully, but these errors were encountered: