Skip to content

Commit 45e80f2

Browse files
committed
Merge branch 'dev/highdicom' of github.com:kostrykin/galaxy-image-analysis into dev/highdicom
2 parents 38443f1 + 5a08b5b commit 45e80f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/highdicom/dicom2tiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def normalize_label_map(arr: np.ndarray) -> np.ndarray:
148148
return norm_arr
149149

150150

151-
def metadata_to_str(metadata: dict):
151+
def metadata_to_str(metadata: dict) -> str:
152152
tokens = list()
153153
for key in sorted(metadata.keys()):
154154
value = metadata[key]

0 commit comments

Comments
 (0)