Fmt.
This commit is contained in:
parent
01743bfbdd
commit
3a1ffe6d6a
21 changed files with 74 additions and 97 deletions
projects/lilith/test/python
|
@ -2,7 +2,7 @@
|
|||
Pytest fixtures.
|
||||
"""
|
||||
|
||||
from lilith.parser import Block, GRAMMAR, parser_with_transformer
|
||||
from lilith.parser import GRAMMAR, parser_with_transformer
|
||||
import pytest
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +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, parse_buffer, Symbol
|
||||
import pytest
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue