Skip to content

Commit 9e0b12d

Browse files
committed
added DicomImage to ImageIn union
1 parent ab62558 commit 9e0b12d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

related-packages/fileformats/fileformats/medimage_mrtrix3/in_out.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sys
22
import typing as ty
3-
from fileformats.application import Dicom
43
from fileformats.medimage import (
4+
DicomImage,
55
DicomDir,
66
NiftiGzX,
77
NiftiGz,
@@ -40,7 +40,7 @@
4040
ImageFormatB,
4141
ImageFormatGzB,
4242
ImageHeaderB,
43-
Dicom,
43+
DicomImage,
4444
DicomDir,
4545
NiftiGzX,
4646
NiftiGz,

0 commit comments

Comments
 (0)