mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 14:50:00 +00:00
remove init
This commit is contained in:
parent
94bd4bf313
commit
b226701b58
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user