remove init

This commit is contained in:
Sydney Runkle 2025-05-13 10:50:46 -07:00
parent 94bd4bf313
commit b226701b58

View File

@ -124,11 +124,6 @@ class Serializable(BaseModel, ABC):
as part of the serialized representation.
"""
# # Remove default BaseModel init docstring.
# def __init__(self, *args: Any, **kwargs: Any) -> None:
# """""" # noqa: D419
# super().__init__(*args, **kwargs)
@classmethod
def is_lc_serializable(cls) -> bool:
"""Is this class serializable?