Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jul 11, 2023
1 parent a3bc3c2 commit 11e678b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/grammar/test_grammar.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def has_no_docstrings(c):
@hypothesis.settings(deadline=400, max_examples=500, suppress_health_check=(HealthCheck.too_slow,))
def test_grammar_bruteforce(code):
if utf8_encodable(code):

_, _, reformatted_code = pre_parse(code + "\n")
tree = parse_to_ast(reformatted_code)
assert isinstance(tree, Module)

0 comments on commit 11e678b

Please sign in to comment.