Skip to content

Commit

Permalink
[errorinfo.py] Replace * import with specific imports
Browse files Browse the repository at this point in the history
  • Loading branch information
moi15moi committed Jan 12, 2025
1 parent 442f4df commit 674a97a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions comtypes/errorinfo.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sys
from ctypes import *
from ctypes import POINTER, WinDLL, byref, c_wchar_p
from ctypes.wintypes import DWORD, ULONG
from comtypes import IUnknown, HRESULT, COMMETHOD, GUID, BSTR
from comtypes.hresult import *
from comtypes import BSTR, COMMETHOD, GUID, HRESULT, IUnknown
from comtypes.hresult import DISP_E_EXCEPTION, S_OK

LPCOLESTR = c_wchar_p

Expand Down

0 comments on commit 674a97a

Please sign in to comment.