cleanup
This commit is contained in:
parent
6857362618
commit
f70b6a14ad
@ -941,7 +941,6 @@ class BaseState(Base, ABC, extra=pydantic.Extra.allow):
|
|||||||
raise ValueError(f"Invalid path: {cls.get_full_name()=} {path=}")
|
raise ValueError(f"Invalid path: {cls.get_full_name()=} {path=}")
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
# @functools.lru_cache()
|
|
||||||
def get_all_substate_classes(cls) -> set[Type[BaseState]]:
|
def get_all_substate_classes(cls) -> set[Type[BaseState]]:
|
||||||
"""Get all substate classes of the state.
|
"""Get all substate classes of the state.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user