Skip to content

Commit 69ab518

Browse files
committed
fix: mypy err
1 parent 7f2e436 commit 69ab518

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-data/unit/lib-stub/weakref.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ class CallableProxyType(Generic[_C]): # "weakcallableproxy"
1818
def __getattr__(self, attr: str) -> Any: ...
1919
__call__: _C
2020
__hash__: ClassVar[None] # type: ignore[assignment]
21+
22+
__all__ = ["proxy"]

0 commit comments

Comments
 (0)