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
|
@ -22,7 +22,7 @@ from collections import ChainMap, defaultdict
|
|||
from functools import cached_property
|
||||
|
||||
from .errors import *
|
||||
from .lsp_utils import DocumentSymbol, SemanticToken, LocationLink
|
||||
from .lsp_utils import DocumentSymbol, LocationLink, SemanticToken
|
||||
from .tokenizer import Range
|
||||
|
||||
TType = T.TypeVar("TType")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue