We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6e690 commit a9b35a6Copy full SHA for a9b35a6
src/mavedb/lib/score_sets.py
@@ -378,7 +378,7 @@ def get_score_set_scores_as_csv(
378
def process_downloadable_data(
379
rows_data: Iterable[dict[str, Any]],
380
columns: list[str]
381
-) -> tuple[list[str], list[dict[str, Any]]]:
+) -> tuple[list[dict[str, Any]], list[str]]:
382
"""Process rows_data for downloadable CSV by removing empty columns."""
383
# Convert map to list.
384
rows_data = list(rows_data)
0 commit comments