Skip to content

Commit 1482b7b

Browse files
committed
fix: fix typing error
1 parent b087e75 commit 1482b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cellseg_models_pytorch/utils/file_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def init_meta_data(
141141
)
142142

143143
@staticmethod
144-
def init_h5(path: str, keys: Tuple[str, ...], patch_size: Tuple[int, int]) -> File:
144+
def init_h5(path: str, keys: Tuple[str, ...], patch_size: Tuple[int, int]):
145145
"""Initialize a hdf5 file for saving masks.
146146
147147
Parameters:

0 commit comments

Comments
 (0)