mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
run just
This commit is contained in:
parent
ab9d902cc5
commit
ce3797076c
3 changed files with 4 additions and 3 deletions
|
@ -53,6 +53,7 @@ from .values import (
|
||||||
Translated,
|
Translated,
|
||||||
TypeLiteral,
|
TypeLiteral,
|
||||||
Value,
|
Value,
|
||||||
|
VariantValue,
|
||||||
)
|
)
|
||||||
|
|
||||||
OBJECT_CONTENT_HOOKS.children = [
|
OBJECT_CONTENT_HOOKS.children = [
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
|
|
||||||
import typing as T
|
import typing as T
|
||||||
|
|
||||||
|
import gi
|
||||||
|
|
||||||
from blueprintcompiler.gir import ArrayType
|
from blueprintcompiler.gir import ArrayType
|
||||||
from blueprintcompiler.lsp_utils import SemanticToken
|
from blueprintcompiler.lsp_utils import SemanticToken
|
||||||
|
|
||||||
|
@ -28,8 +30,6 @@ from .gobject_object import Object
|
||||||
from .types import TypeName
|
from .types import TypeName
|
||||||
from .variant import VarContent
|
from .variant import VarContent
|
||||||
|
|
||||||
import gi
|
|
||||||
|
|
||||||
gi.require_version("GLib", "2.0")
|
gi.require_version("GLib", "2.0")
|
||||||
from gi.repository import GLib
|
from gi.repository import GLib
|
||||||
|
|
||||||
|
|
|
@ -17,9 +17,9 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: LGPL-3.0-or-later
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||||||
|
|
||||||
|
import itertools
|
||||||
import typing as T
|
import typing as T
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
import itertools
|
|
||||||
|
|
||||||
|
|
||||||
class Colors:
|
class Colors:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue