Skip to content

Commit 6e4ec6e

Browse files
committed
Resolving conflict in spatial/functional.py
Signed-off-by: Ben Murray <ben.murray@gmail.com>
2 parents 397c2fd + d6f1a4b commit 6e4ec6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monai/transforms/lazy/functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
# placeholder to be replaced by apply in Apply And Resample PR #5436
1313
def apply(*args, **kwargs):
14-
raise NotImplementedError()
14+
raise NotImplementedError()

monai/transforms/meta_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
class MetaMatrix:
1515

1616
def __init__(self):
17-
raise NotImplementedError()
17+
raise NotImplementedError()

0 commit comments

Comments
 (0)