Skip to content

Commit e7abaa9

Browse files
committed
sty: minimal pep8 error
1 parent 845f5b0 commit e7abaa9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

nitransforms/io/itk.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import warnings
33
import numpy as np
44
from scipy.io import savemat as _save_mat
5-
from nibabel.loadsave import load as loadimg
65
from nibabel.affines import from_matvec
76
from .base import (
87
BaseLinearTransformList,

nitransforms/tests/test_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ def _mockreturn(arg):
323323
with open('val.mat', 'rb') as f:
324324
_read_mat(f)
325325

326+
326327
@pytest.mark.parametrize('sw_tool', ['afni'])
327328
def test_Displacements(sw_tool):
328329
"""Test displacements fields."""

0 commit comments

Comments
 (0)