From 4faed942e35f0bd0921a984a1820d478dd2f8e0c Mon Sep 17 00:00:00 2001 From: fmtabler Date: Sun, 8 Dec 2024 19:34:14 -0500 Subject: [PATCH] Fix formatting in __init__.py --- comtypes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comtypes/__init__.py b/comtypes/__init__.py index d25f2831..7daf9250 100644 --- a/comtypes/__init__.py +++ b/comtypes/__init__.py @@ -25,7 +25,7 @@ from ctypes import HRESULT # noqa from ctypes import _Pointer, _SimpleCData # noqa from ctypes import c_int, c_ulong, oledll, windll -from ctypes.wintypes import DWORD #noqa +from ctypes.wintypes import DWORD # noqa import logging import sys from typing import TYPE_CHECKING