mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Sort imports
This commit is contained in:
parent
35ee058192
commit
bfa2f56e1f
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ import sys
|
|||
import typing as T
|
||||
|
||||
from . import interactive_port, parser, tokenizer
|
||||
from .errors import CompilerBugError, CompileError, PrintableError, report_bug
|
||||
from .errors import CompileError, CompilerBugError, PrintableError, report_bug
|
||||
from .gir import add_typelib_search_path
|
||||
from .lsp import LanguageServer
|
||||
from .outputs import XmlOutput
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue