Skip to content

Commit 75489c9

Browse files
committed
Do not import the builtin module explicitly
1 parent bc4d48a commit 75489c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

integration_tests/test_builtin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
from ltypes import i32
2-
from lpython_builtin import chr, ord
3-
42

53
def test_ord():
64
i: i32

0 commit comments

Comments
 (0)