Skip to content

Commit 023327e

Browse files
committed
Lint
1 parent 68be50a commit 023327e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vitessce/file_def_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def gen_obs_labels_schema(options: dict, paths: Optional[list[str]] = None, name
100100
options["obsLabels"] = obs_labels
101101
return options
102102

103+
103104
def gen_obs_feature_columns_schema(options: dict, obs_feature_column_paths: Optional[list[str]] = None):
104105
if obs_feature_column_paths is not None:
105106
options["obsFeatureColumns"] = [

0 commit comments

Comments
 (0)