Skip to content

Commit 7fc381d

Browse files
committed
Fix pre-commit code formatting
Signed-off-by: José Frias <josefrias@bmd-software.com>
1 parent a72958e commit 7fc381d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sample-apps/radiology/lib/transforms/transforms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,8 +543,8 @@ def __call__(self, data):
543543
)
544544
d[key_label] = reoriented_points[0]
545545
return d
546-
547-
546+
547+
548548
def get_guidance_tensor_for_key_label(data, key_label, device) -> torch.Tensor:
549549
"""Makes sure the guidance is in a tensor format."""
550550
tmp_gui = data.get(key_label, torch.tensor([], dtype=torch.int32, device=device))

0 commit comments

Comments
 (0)