Skip to content

Commit 9799510

Browse files
authored
fix annotations (#395)
1 parent 7e90e54 commit 9799510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comtypes/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ def CoCreateInstance(clsid, interface=None, clsctx=None, punkouter=None):
918918
pass
919919
@overload
920920
def CoCreateInstance(clsid, interface, clsctx=None, punkouter=None):
921-
# type: (GUID, Type[_T_IUnknown], Optional[int], Optional[pUnkOuter]) -> IUnknown
921+
# type: (GUID, Type[_T_IUnknown], Optional[int], Optional[pUnkOuter]) -> _T_IUnknown
922922
pass
923923

924924
def CoCreateInstance(clsid, interface=None, clsctx=None, punkouter=None):

0 commit comments

Comments
 (0)