Skip to content

Commit

Permalink
Merge pull request #261 from DimitriPapadopoulos/list_copy
Browse files Browse the repository at this point in the history
Creating a list from a list is equivalent to a copy
  • Loading branch information
CPBridge committed Oct 11, 2023
2 parents 1cc2481 + 28a6ba5 commit b63a2ad
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 list(unique_instance_data)
return unique_instance_data

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

0 comments on commit b63a2ad

Please sign in to comment.