Skip to content

Commit 4752b03

Browse files
committed
fixing mypy errors
1 parent 4777784 commit 4752b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cunumeric/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3507,7 +3507,7 @@ def put(
35073507

35083508

35093509
@add_boilerplate("a", "mask")
3510-
def putmask(a, mask, values):
3510+
def putmask(a: ndarray, mask: ndarray, values: Any) -> None:
35113511
"""
35123512
putmask(a, mask, values)
35133513
Changes elements of an array based on conditional and input values.

0 commit comments

Comments
 (0)