Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Dec 3, 2024
1 parent 6a0ea4c commit 168f120
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def ray_pick(
k_ref = reference(0)
grid.ComputeCellStructuredCoords(
cell_id, i_ref, j_ref, k_ref, True
) # type:ignore[arg-type]
) # type: ignore[arg-type]

cell_property_val: Optional[np.ndarray] = None
if property_spec:
Expand Down

0 comments on commit 168f120

Please sign in to comment.