Skip to content

Commit 5da403b

Browse files
committed
fix: remove unnecessary, unrelated change
1 parent 0386719 commit 5da403b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nitransforms/base.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,6 @@ def apply(
303303

304304
return resampled
305305

306-
def __matmul__(self, b):
307-
"""Compose with a transform on the right."""
308-
return b
309-
310306
def map(self, x, inverse=False):
311307
r"""
312308
Apply :math:`y = f(x)`.

0 commit comments

Comments
 (0)