This commit is contained in:
Benedikt Bartscher 2024-07-27 21:30:42 +02:00 committed by Masen Furer
parent e9cedd2a92
commit 7287c3a167
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95

View File

@ -2314,7 +2314,7 @@ class UpdateVarsInternalState(State):
"""Substate for handling internal state var updates."""
_state_name: ClassVar[Optional[str]] = (
constants.CompileVars.UPDATE_VARS_INTERNAl_STATE
constants.CompileVars.UPDATE_VARS_INTERNAL_STATE
)
async def update_vars_internal(self, vars: dict[str, Any]) -> None: