Skip to content

Commit ca329c8

Browse files
committed
fix typing in compute
1 parent c58648d commit ca329c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/valor_lite/cache/compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def sort(
100100
sorting : list[tuple[str, str]]
101101
Sorting arguments in PyArrow format (e.g. [('a', 'ascending'), ('b', 'descending')]).
102102
Note that only numeric fields are supported.
103-
columns : list[tuple[str, str]], optional
103+
columns : list[str], optional
104104
Option to only read a subset of columns.
105105
table_sort_override : Callable[[pa.Table], pa.Table], optional
106106
Option to override sort function for singular cache fragments.

0 commit comments

Comments
 (0)