Skip to content

Commit f396f94

Browse files
jmarabottooesteban
authored andcommitted
sty: pacify flake8
1 parent e38c16a commit f396f94

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

nitransforms/resampling.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"""Resampling utilities."""
1010
from pathlib import Path
1111
import numpy as np
12-
import h5py
13-
import warnings
1412
from nibabel.loadsave import load as _nbload
15-
from nibabel import funcs as _nbfuncs
16-
from nibabel.nifti1 import intent_codes as INTENT_CODES
17-
from nibabel.cifti2 import Cifti2Image
18-
from scipy import ndimage as ndi
1913

14+
from nitransforms.base import (
15+
ImageGrid,
16+
TransformError,
17+
SpatialReference,
18+
_as_homogeneous,
19+
)
2020

2121
def apply(
2222
transform,

0 commit comments

Comments
 (0)