Skip to content

Commit 66c288f

Browse files
committed
Remove list, str import
1 parent a605f6c commit 66c288f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/test_const_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from lpython import i32, list, str, Const
1+
from lpython import i32, Const
22

33

44
def test_const_list():

0 commit comments

Comments
 (0)