Skip to content

Commit

Permalink
remove cleanup step redundant with cleanup_lark_import
Browse files Browse the repository at this point in the history
  • Loading branch information
lapp0 authored and rlouf committed Jun 5, 2024
1 parent 8a6b7dc commit c11a595
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/fsm/test_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,3 @@ def test_sequential_parse_example(cleanup_lark_import):

if i + 1 == len(input_tokens):
assert all(tk in next_vocab for tk in ["\n", "\nde", " ", " + 1"])

# Clean up lark.lark.LarkOptions._defaults
importlib.reload(lark.lark)

0 comments on commit c11a595

Please sign in to comment.