fix formatting and some tests

This commit is contained in:
jgcodes2020 2024-12-24 10:41:35 -05:00
parent c708532a8d
commit ab9d902cc5
4 changed files with 8 additions and 7 deletions

View file

@ -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):