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 committed Jun 4, 2024
1 parent 1e39027 commit 4468180
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 4468180

Please sign in to comment.