This commit is contained in:
Benedikt Bartscher 2024-12-03 02:43:44 +01:00
parent 6857362618
commit f70b6a14ad
No known key found for this signature in database

View File

@ -941,7 +941,6 @@ class BaseState(Base, ABC, extra=pydantic.Extra.allow):
raise ValueError(f"Invalid path: {cls.get_full_name()=} {path=}")
@classmethod
# @functools.lru_cache()
def get_all_substate_classes(cls) -> set[Type[BaseState]]:
"""Get all substate classes of the state.