Skip to content

Commit 5c4574b

Browse files
committed
removed unnecessary ndshape files
1 parent 5c7003e commit 5c4574b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

numojo/__init__.mojo

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ alias c = core.constants.Constants.c
1616

1717
# core alias
1818
alias idx = Idx
19-
alias shape = NDArrayShape
20-
alias Shape = NDArrayShape

numojo/prelude.mojo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ from numojo.prelude import *
2222

2323
from .core.ndarray import NDArray
2424
from .core.index import Idx
25-
from .core.ndarrayshape import NDArrayShape
25+
from .core.ndshape import NDArrayShape
2626
from .core.datatypes import i8, i16, i32, i64, u8, u16, u32, u64, f16, f32, f64

0 commit comments

Comments
 (0)