Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 8, 2023
1 parent a224300 commit 1f1b983
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sample-apps/radiology/lib/transforms/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,7 @@ def __call__(self, data: Mapping[Hashable, NdarrayOrTensor]) -> Dict[Hashable, N


class OrientationGuidanceMultipleLabelDeepEditd(Transform):
def __init__(self,
ref_image: str,
label_names=None):
def __init__(self, ref_image: str, label_names=None):
"""
Convert the guidance to the RAS orientation
"""
Expand Down

0 comments on commit 1f1b983

Please sign in to comment.