Skip to content

Commit ac9e16f

Browse files
author
Mathieu Scheltienne
committed
fix missing import
1 parent d3d23db commit ac9e16f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nibabel/tests/test_testing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import numpy as np
99
import pytest
1010

11+
from ..casting import sctypes
1112
from ..testing import (
1213
assert_allclose_safely,
1314
assert_re_in,

0 commit comments

Comments
 (0)