Skip to content

Commit 77c138d

Browse files
DCO Remediation Commit for Lukas Folle <lukas.folle@snke.com>
I, Lukas Folle <lukas.folle@snke.com>, hereby add my Signed-off-by to this commit: e0cda55 Signed-off-by: Lukas Folle <lukas.folle@snke.com>
1 parent 7560a37 commit 77c138d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

monai/transforms/transform.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,7 @@ def apply_transform(
155155
if isinstance(data, (list, tuple)) and map_items_ > 0:
156156
res: list[ReturnType] = []
157157
for item in data:
158-
res_item = _apply_transform(
159-
transform, item, unpack_items, lazy, overrides, log_stats
160-
)
158+
res_item = _apply_transform(transform, item, unpack_items, lazy, overrides, log_stats)
161159
if isinstance(res_item, (list, tuple)):
162160
res.extend(res_item)
163161
else:

0 commit comments

Comments
 (0)