Skip to content

Commit

Permalink
vm/shared/array.py renamed to vm/shared/two_pointer_array.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bystroushaak committed Oct 8, 2019
1 parent 9355535 commit 6d0d7d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pytest import raises
from pytest import fixture

from tinySelf.shared.arrays import TwoPointerArray
from tinySelf.shared.two_pointer_array import TwoPointerArray


@fixture
Expand Down

0 comments on commit 6d0d7d7

Please sign in to comment.