Skip to content

Commit 28a6ba5

Browse files
Update src/highdicom/seg/sop.py
Co-authored-by: Chris Bridge <chrisbridge44@googlemail.com>
1 parent 3eba3a0 commit 28a6ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/highdicom/seg/sop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2174,7 +2174,7 @@ def _get_ref_instance_uids(self) -> List[Tuple[str, str, str]]:
21742174
f'duplicated referenced SOP Instance UID items: {display_str}.'
21752175
)
21762176

2177-
return unique_instance_data.copy()
2177+
return unique_instance_data
21782178

21792179
def _build_luts(self) -> None:
21802180
"""Build lookup tables for efficient querying.

0 commit comments

Comments
 (0)