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
|
@ -29,12 +29,8 @@ from gi.repository import Gtk
|
|||
|
||||
from blueprintcompiler import decompiler, parser, tokenizer, utils
|
||||
from blueprintcompiler.completions import complete
|
||||
from blueprintcompiler.errors import (
|
||||
CompileError,
|
||||
DeprecatedWarning,
|
||||
MultipleErrors,
|
||||
PrintableError,
|
||||
)
|
||||
from blueprintcompiler.errors import (CompileError, DeprecatedWarning,
|
||||
MultipleErrors, PrintableError)
|
||||
from blueprintcompiler.lsp import LanguageServer
|
||||
from blueprintcompiler.outputs.xml import XmlOutput
|
||||
from blueprintcompiler.tokenizer import Token, TokenType, tokenize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue