Skip to content

Commit 2e3d2fd

Browse files
committed
Revert to Dict
1 parent fe44f9a commit 2e3d2fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/murfey/util/models.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ class SearchMapParameters:
145145
pixel_size: Optional[float] = None
146146
image: Optional[str] = None
147147
binning: Optional[float] = None
148-
reference_matrix: dict[str, float] = {}
149-
stage_correction: dict[str, float] = {}
150-
image_shift_correction: dict[str, float] = {}
148+
reference_matrix: Dict[str, float] = {}
149+
stage_correction: Dict[str, float] = {}
150+
image_shift_correction: Dict[str, float] = {}
151151
height: Optional[int] = None
152152
width: Optional[int] = None
153153
height_on_atlas: Optional[int] = None

0 commit comments

Comments
 (0)