feat(nodes): do not freeze InvocationContextData, prevents it from being subclassesd

This commit is contained in:
psychedelicious 2024-01-16 20:02:38 +11:00 committed by Brandon Rising
parent e4bf66ef5b
commit e600f495a2

View File

@ -45,7 +45,7 @@ Note: The docstrings are in weird places, but that's where they must be to get I
""" """
@dataclass(frozen=True) @dataclass
class InvocationContextData: class InvocationContextData:
invocation: "BaseInvocation" invocation: "BaseInvocation"
"""The invocation that is being executed.""" """The invocation that is being executed."""