This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-21 22:25:47 -06:00
commit 2fbb0f7e1c
2 changed files with 7 additions and 10 deletions
projects/lilith/test/python

View file

@ -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