Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niwilso committed Jul 5, 2023
1 parent 725ede8 commit 4421964
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,9 @@ def _set_bbox_color(
return box_color

@staticmethod
def _check_if_has_image_icon_sequence(instance: pydicom.dataset.FileDataset) -> bool:
def _check_if_has_image_icon_sequence(
instance: pydicom.dataset.FileDataset
) -> bool:
"""Check if there is an image icon sequence tag in the metadata.
This leads to pixel data being present in multiple locations.
Expand Down

0 comments on commit 4421964

Please sign in to comment.