mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Run isort
This commit is contained in:
parent
ae363ed60b
commit
949ee638f6
6 changed files with 26 additions and 86 deletions
|
@ -23,13 +23,8 @@ import typing as T
|
|||
from enum import Enum
|
||||
|
||||
from .ast_utils import AstNode
|
||||
from .errors import (
|
||||
CompileError,
|
||||
CompilerBugError,
|
||||
CompileWarning,
|
||||
UnexpectedTokenError,
|
||||
assert_true,
|
||||
)
|
||||
from .errors import (CompileError, CompilerBugError, CompileWarning,
|
||||
UnexpectedTokenError, assert_true)
|
||||
from .tokenizer import Range, Token, TokenType
|
||||
|
||||
SKIP_TOKENS = [TokenType.COMMENT, TokenType.WHITESPACE]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue