[__init__.py] Use WinDLL/OleDLL instead of windll/oledll #533
Annotations
5 errors
Ruff (F401):
comtypes/__init__.py#L27
comtypes\__init__.py:27:36: F401 `ctypes.oledll` imported but unused
|
Ruff (F401):
comtypes/__init__.py#L27
comtypes\__init__.py:27:44: F401 `ctypes.windll` imported but unused
|
Ruff (F405):
comtypes/__init__.py#L124
comtypes\__init__.py:124:10: F405 `OleDLL` may be undefined, or defined from star imports
|
Ruff (F405):
comtypes/__init__.py#L130
comtypes\__init__.py:130:20: F405 `WinDLL` may be undefined, or defined from star imports
|
auto-formatter
Process completed with exit code 1.
|