Skip to content

Commit

Permalink
Update src/highdicom/seg/sop.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Bridge <[email protected]>
  • Loading branch information
DimitriPapadopoulos and CPBridge committed Oct 11, 2023
1 parent 3eba3a0 commit 28a6ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/highdicom/seg/sop.py
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ def _get_ref_instance_uids(self) -> List[Tuple[str, str, str]]:
f'duplicated referenced SOP Instance UID items: {display_str}.'
)

return unique_instance_data.copy()
return unique_instance_data

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

0 comments on commit 28a6ba5

Please sign in to comment.