Skip to content

Commit 5953a0b

Browse files
committed
Lint
1 parent 650de48 commit 5953a0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vitessce/file_def_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def gen_sdata_obs_segmentations_schema(options, path: str, table_path: str = "ta
146146
options["obsSegmentations"]['coordinateSystem'] = coordinate_system
147147
return options
148148

149+
149150
def gen_sdata_obs_points_schema(options, path: str, table_path: str = "tables/table", coordinate_system: Optional[str] = None) -> dict:
150151
if path is not None:
151152
options["obsPoints"] = {
@@ -157,6 +158,7 @@ def gen_sdata_obs_points_schema(options, path: str, table_path: str = "tables/ta
157158
options["obsPoints"]['coordinateSystem'] = coordinate_system
158159
return options
159160

161+
160162
def gen_sdata_obs_spots_schema(options: dict, shapes_path: str, table_path: str = "tables/table", region: Optional[str] = None, coordinate_system: Optional[str] = None) -> dict:
161163
if shapes_path is not None:
162164
options['obsSpots'] = {

0 commit comments

Comments
 (0)