- commit
- e7f2ff34cb5450621c58560a3f2b9ccf9275ab91
- parent
- 991f9630ede062011f26a36d5e0108ee30004a72
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-09-18 15:35
style: rm semicolon
Diffstat
| M | xi2.py | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/xi2.py b/xi2.py
@@ -57,7 +57,7 @@ ll = re.sub('\\\\n', '\n', ll)
57 57 ll = re.sub('\n*$', '', ll)
58 58
59 59 def parse(t):
60 -1 string = '';
-1 60 string = ''
61 61 stack = [[]]
62 62 for c in t:
63 63 #print stack, string, c