mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
fix formatting and some tests
This commit is contained in:
parent
c708532a8d
commit
ab9d902cc5
4 changed files with 8 additions and 7 deletions
|
@ -8,7 +8,7 @@ from .contexts import ScopeCtx, ValueTypeCtx
|
|||
from .gobject_object import Object
|
||||
from .types import TypeName
|
||||
|
||||
VAR_CONTENT_HOOKS = []
|
||||
VAR_CONTENT_HOOKS: list[T.Any] = []
|
||||
|
||||
|
||||
class VarContent(AstNode):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue