Skip to content

Commit 1e594a4

Browse files
committed
Fix: parameter annotation
1 parent 60ace69 commit 1e594a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wqf/val/plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def hist(
359359
)
360360

361361

362-
def rand(data: [DataArray, DataArray], sample_count: int) -> Dataset:
362+
def rand(data: tuple[DataArray, DataArray], sample_count: int) -> Dataset:
363363
"""
364364
Returns a dataset of (x, y) samples randomly drawn from the data
365365
supplied as argument.

0 commit comments

Comments
 (0)