Skip to content

Commit ea5aee9

Browse files
cantoniosGoogle-ML-Automation
authored andcommitted
Update generated stubs.
PiperOrigin-RevId: 842264374
1 parent e288c27 commit ea5aee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaxlib/_jax/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ def array_result_handler(
10291029

10301030
class ResultHandler:
10311031
def __call__(self, arg: Array | Sequence[Array], /) -> Array: ...
1032-
def wrap(self, wrapper: Callable) -> Any: ...
1032+
def wrap(self, arg: Callable, /) -> ResultHandler: ...
10331033

10341034
class DeviceList:
10351035
def __init__(self, arg: tuple[Device, ...], /) -> None: ...

0 commit comments

Comments
 (0)