Skip to content

Commit 0ec1eb3

Browse files
committed
fix(pep8): pacify flake8
2 parents bd03cce + e7abaa9 commit 0ec1eb3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

nitransforms/io/itk.py

-1
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

+1
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)