Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jun 7, 2021
1 parent daa4021 commit 5be3cb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/func/grammar/test_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
The group should be treated the same as any other rule reference,
it can be used in assignments, repetitions etc.
"""
import pytest
from parglare import Grammar, ParseError
from parglare import Grammar
from parglare.grammar import ASSOC_LEFT, MULT_ONE


Expand Down

0 comments on commit 5be3cb1

Please sign in to comment.