Skip to content

Commit

Permalink
Fix type of var_index in MuDataCurator
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed Nov 29, 2024
1 parent 7019150 commit b08a986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lamindb/_curate.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ class MuDataCurator:
def __init__(
self,
mdata: MuData,
var_index: dict[str, dict[str, FieldAttr]],
var_index: dict[str, FieldAttr],
categoricals: dict[str, FieldAttr] | None = None,
using_key: str | None = None,
verbosity: str = "hint",
Expand Down

0 comments on commit b08a986

Please sign in to comment.