mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-07 16:29:07 -04:00
Compare commits
1 commit
235de0fed8
...
6f87c07320
Author | SHA1 | Date | |
---|---|---|---|
|
6f87c07320 |
3 changed files with 3 additions and 4 deletions
|
@ -52,7 +52,6 @@ from .values import (
|
|||
Translated,
|
||||
TypeLiteral,
|
||||
Value,
|
||||
VariantValue,
|
||||
)
|
||||
|
||||
OBJECT_CONTENT_HOOKS.children = [
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
|
||||
import typing as T
|
||||
|
||||
import gi
|
||||
|
||||
from blueprintcompiler.gir import ArrayType
|
||||
from blueprintcompiler.lsp_utils import SemanticToken
|
||||
|
||||
|
@ -30,6 +28,8 @@ from .gobject_object import Object
|
|||
from .types import TypeName
|
||||
from .variant import VarContent
|
||||
|
||||
import gi
|
||||
|
||||
gi.require_version("GLib", "2.0")
|
||||
from gi.repository import GLib
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
#
|
||||
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
|
||||
import itertools
|
||||
import typing as T
|
||||
from dataclasses import dataclass
|
||||
import itertools
|
||||
|
||||
|
||||
class Colors:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue