Skip to content

Commit 2623d29

Browse files
minor formatting
1 parent e71f870 commit 2623d29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/fractal_feature_explorer/pages/setup_page/_tables_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from ngio.images._table_ops import (
66
concatenate_image_tables_async,
77
concatenate_image_tables_as_async,
8-
list_image_tables_async
8+
list_image_tables_async,
99
)
1010
from ngio.tables import FeatureTable
1111
from typing import Literal

src/fractal_feature_explorer/utils/ngio_io_caches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def roi_to_slice_kwargs(
242242
if dimensions.axes_handler.has_axis(axis_name="t"):
243243
raster_roi["t"] = t_slice # type: ignore
244244

245-
return raster_roi # type: ignore
245+
return raster_roi # type: ignore
246246

247247

248248
@st.cache_resource

0 commit comments

Comments
 (0)