Skip to content

[__init__.py] Use WinDLL/OleDLL instead of windll/oledll #533

[__init__.py] Use WinDLL/OleDLL instead of windll/oledll

[__init__.py] Use WinDLL/OleDLL instead of windll/oledll #533

Re-run triggered January 25, 2025 22:47
Status Failure
Total duration 30s
Artifacts

autofmt.yml

on: pull_request
auto-formatter
14s
auto-formatter
Fit to window
Zoom out
Zoom in

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.