We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d83723 commit 05fe7ddCopy full SHA for 05fe7dd
wsidata/_accessors/iter.py
@@ -8,7 +8,6 @@
8
from shapely.affinity import translate, scale
9
10
from .._normalizer import ColorNormalizer
11
-from .._model import TileSpec
12
13
14
class TissueContour(NamedTuple):
@@ -277,7 +276,7 @@ def tile_images(
277
276
- anno_shapes: The annotation shapes.
278
279
"""
280
- tile_spec: TileSpec = self._obj.tile_spec(key)
+ tile_spec = self._obj.tile_spec(key)
281
282
if color_norm is not None:
283
cn = ColorNormalizer(method=color_norm)
0 commit comments