Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ccflow/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def __new__(self, name: str, bases: Tuple[type], namespaces: Dict[str, Any], **k


class BaseModel(PydanticBaseModel, _RegistryMixin, metaclass=_SerializeAsAnyMeta):
"""BaseModel is a base class for all pydantic models within the cubist flow framework.
"""BaseModel is a base class for all pydantic models within the ccflow framework.

This gives us a way to add functionality to the framework, including
- Type of object is part of serialization/deserialization
Expand Down