Skip to content

Commit a263b48

Browse files
trivial optimization
default was already true
1 parent 00f76f4 commit a263b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json_runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def expr(self, string):
168168
###############
169169
tokens = list(
170170
filter(bool, parse(
171-
string, " ", singletons=text_ops, split_at_parens=True)))
171+
string, " ", singletons=text_ops)))
172172
for i, t in enumerate(tokens):
173173
if not isinstance(t, str):
174174
continue

0 commit comments

Comments
 (0)