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 e71f870 commit 2623d29Copy full SHA for 2623d29
src/fractal_feature_explorer/pages/setup_page/_tables_io.py
@@ -5,7 +5,7 @@
5
from ngio.images._table_ops import (
6
concatenate_image_tables_async,
7
concatenate_image_tables_as_async,
8
- list_image_tables_async
+ list_image_tables_async,
9
)
10
from ngio.tables import FeatureTable
11
from typing import Literal
src/fractal_feature_explorer/utils/ngio_io_caches.py
@@ -242,7 +242,7 @@ def roi_to_slice_kwargs(
242
if dimensions.axes_handler.has_axis(axis_name="t"):
243
raster_roi["t"] = t_slice # type: ignore
244
245
- return raster_roi # type: ignore
+ return raster_roi # type: ignore
246
247
248
@st.cache_resource
0 commit comments