linting
This commit is contained in:
parent
6c2c9190c9
commit
2fbb0f7e1c
2 changed files with 7 additions and 10 deletions
projects/lilith/test/python
|
@ -1,14 +1,6 @@
|
|||
"""tests covering the Lilith parser."""
|
||||
|
||||
from lilith.parser import (
|
||||
Apply,
|
||||
Args,
|
||||
Block,
|
||||
GRAMMAR,
|
||||
parse_buffer,
|
||||
parser_with_transformer,
|
||||
Symbol,
|
||||
)
|
||||
from lilith.parser import Apply, Args, Block, GRAMMAR, parse_buffer, parser_with_transformer, Symbol
|
||||
import pytest
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue