Skip to content

Commit 9cbb0e6

Browse files
committed
fix errors
1 parent 275984b commit 9cbb0e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

stubs/pywin32/@tests/stubtest_allowlist_win32.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ win32com.client.combrowse
88
win32com.client.tlbrowse
99

1010
# Utilities to generate python bindings
11-
win32com.client.build.*
1211
win32com.client.CLSIDToClass
1312
win32com.client.connect
1413
# "dynamic.CDipatch" is necessary for mypy to not throw AssertionError

stubs/pywin32/win32com/universal.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Method:
3434
name: Incomplete
3535
args: list[Arg]
3636
cbArgs: Incomplete
37-
def __init__(self, method_info, isEventSink: bool | Literal[0, 1] = 1) -> None: ...
37+
def __init__(self, method_info, isEventSink: bool | Literal[0, 1] = 0) -> None: ...
3838

3939
class Definition:
4040
def __init__(self, iid, is_dispatch, method_defs) -> None: ...

0 commit comments

Comments
 (0)