Skip to content

Commit 5eaea72

Browse files
committed
Update import_test.py.
1 parent f6fb29e commit 5eaea72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/import_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
def test_import() -> None:
2-
import parity_tensor
2+
from parity_tensor import ParityTensor
3+
assert isinstance(ParityTensor, type)

0 commit comments

Comments
 (0)