mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Clean up some unused code
This commit is contained in:
parent
5a4cf58e0e
commit
5b76a3b8dd
3 changed files with 2 additions and 10 deletions
|
@ -20,7 +20,7 @@
|
|||
import typing as T
|
||||
|
||||
from .ast_utils import *
|
||||
from .errors import assert_true, AlreadyCaughtError, CompileError, CompilerBugError, MultipleErrors
|
||||
from .errors import CompileError, CompilerBugError, MultipleErrors
|
||||
from . import gir
|
||||
from .lsp_utils import Completion, CompletionItemKind, SemanticToken, SemanticTokenType
|
||||
from .tokenizer import Token
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue