Skip to content

Commit 4293f03

Browse files
committed
Fix generated file import of image
1 parent 2070840 commit 4293f03

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/dicom/python/itkwasm-dicom-wasi/tests/test_image_sets_normalization.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Generated file. To retain edits, remove this comment.
22

3-
from itkwasm_dicom_wasi import image
4-
53
from .common import test_input_path, test_output_path
64

75
def test_sort_dicom_series():
@@ -13,4 +11,3 @@ def test_sort_dicom_series():
1311

1412
output_text = image_sets_normalization([test_file_path])
1513
assert output_text
16-

0 commit comments

Comments
 (0)