Skip to content

Commit 1a5c4e1

Browse files
committed
Fixed typo
1 parent 67edc2a commit 1a5c4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arraypartition/tests/test_consistency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class TestConsistency:
22

33
def test_core(self):
4-
from ArrayPartition import (
4+
from arraypartition import (
55
ArrayLike,
66
SuperLazyArrayLike,
77
ArrayPartition,

0 commit comments

Comments
 (0)