Skip to content

Commit 8e38cd6

Browse files
committed
pretend _GoodDispatchTypes is Union
1 parent 300503e commit 8e38cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/pywin32/win32com/client/dynamic.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def debug_attr_print(*args: object) -> None: ...
3131
PyIDispatchType = _win32typing.PyIDispatch
3232
PyIUnknownType = _win32typing.PyIUnknown
3333

34-
_GoodDispatchTypes: TypeAlias = tuple[type[str], type[IIDType]]
34+
_GoodDispatchTypes: TypeAlias = str | IIDType
3535

3636
@overload
3737
def Dispatch(

0 commit comments

Comments
 (0)