Skip to content

Commit 1e9e1f3

Browse files
committed
Fix: annotation
1 parent c2d6fb4 commit 1e9e1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kaleidoscope/val/plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def hist(
379379
)
380380

381381

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

0 commit comments

Comments
 (0)