mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
cleanup: Format using black
This commit is contained in:
parent
4b42016837
commit
af03c2ac0f
36 changed files with 928 additions and 616 deletions
|
@ -26,7 +26,7 @@ from .language import OBJECT_HOOKS, OBJECT_CONTENT_HOOKS, VALUE_HOOKS, Template,
|
|||
|
||||
|
||||
def parse(tokens) -> T.Tuple[UI, T.Optional[MultipleErrors], T.List[PrintableError]]:
|
||||
""" Parses a list of tokens into an abstract syntax tree. """
|
||||
"""Parses a list of tokens into an abstract syntax tree."""
|
||||
|
||||
ctx = ParseContext(tokens)
|
||||
AnyOf(UI).parse(ctx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue