Skip to content

Commit c11a595

Browse files
lapp0rlouf
authored andcommitted
remove cleanup step redundant with cleanup_lark_import
1 parent 8a6b7dc commit c11a595

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/fsm/test_parsing.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,3 @@ def test_sequential_parse_example(cleanup_lark_import):
204204

205205
if i + 1 == len(input_tokens):
206206
assert all(tk in next_vocab for tk in ["\n", "\nde", " ", " + 1"])
207-
208-
# Clean up lark.lark.LarkOptions._defaults
209-
importlib.reload(lark.lark)

0 commit comments

Comments
 (0)