Skip to content

Commit a150da4

Browse files
jmarabottooesteban
authored andcommitted
sty: fix imports
1 parent f396f94 commit a150da4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nitransforms/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from nibabel import funcs as _nbfuncs
1616
from nibabel.nifti1 import intent_codes as INTENT_CODES
1717
from nibabel.cifti2 import Cifti2Image
18-
from scipy import ndimage as ndi
1918

2019
EQUALITY_TOL = 1e-5
2120

nitransforms/resampling.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from pathlib import Path
1111
import numpy as np
1212
from nibabel.loadsave import load as _nbload
13+
from scipy import ndimage as ndi
1314

1415
from nitransforms.base import (
1516
ImageGrid,
@@ -18,6 +19,7 @@
1819
_as_homogeneous,
1920
)
2021

22+
2123
def apply(
2224
transform,
2325
spatialimage,

0 commit comments

Comments
 (0)