Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
newwingbird committed Oct 29, 2024
1 parent 50d392f commit 4dcc50d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion comtypes/automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,17 @@

import comtypes
import comtypes.patcher
from comtypes import BSTR, COMMETHOD, GUID, IID, STDMETHOD, COMError, IUnknown, _CData
from comtypes import (
BSTR,
COMMETHOD,
GUID,
IID,
STDMETHOD,
COMError,
IUnknown,
_CData,
_safearray,
)
from comtypes._memberspec import _DispMemberSpec
from comtypes.hresult import *
from comtypes.safearray import _midlSAFEARRAY
Expand Down

0 comments on commit 4dcc50d

Please sign in to comment.