Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Commit 354843d

Browse files
committed
fix broken tests
1 parent eb9af00 commit 354843d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sexpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Stripped down for Lark by Scott Wolchok.
88

99
from roots import cons, list, nconc1
10-
from string import *
10+
from larktypes import String
1111
from symbol import *
1212

1313
class SExprIllegalClosingParenError(ValueError):

0 commit comments

Comments
 (0)