Skip to content

Commit

Permalink
Fix import from rt_utils.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
gacou54 committed Feb 21, 2024
1 parent 382da09 commit e88c8e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rt_utils/ds_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pydicom.sequence import Sequence
from pydicom.uid import ImplicitVRLittleEndian

from utils import _flatten_lists
from rt_utils.utils import _flatten_lists

"""
File contains helper methods that handles DICOM header creation/formatting
Expand Down
2 changes: 1 addition & 1 deletion rt_utils/image_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pydicom.dataset import Dataset
from pydicom.sequence import Sequence

from rt_utils.utils import ROIData, SOPClassUID
from rt_utils.utils import ROIData


def load_sorted_image_series(dicom_series_path: str | List[Dataset]) -> List[Dataset]:
Expand Down

0 comments on commit e88c8e8

Please sign in to comment.