Skip to content

Commit 694caf2

Browse files
committed
fixed a missing import in tests
1 parent 2632f3d commit 694caf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/pytest/test_ndarray_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import os
44
import tempfile
55
import warnings
6+
import pytest
67

78
import NumCppPy as NumCpp # noqa E402
89

0 commit comments

Comments
 (0)