removed unused setting
This commit is contained in:
@@ -7,6 +7,5 @@ class TypeCheckingBaseModel(BaseModel):
|
|||||||
"""BaseModel with added type checking on input types."""
|
"""BaseModel with added type checking on input types."""
|
||||||
|
|
||||||
model_config = ConfigDict(
|
model_config = ConfigDict(
|
||||||
validate_assignment=True, # argument type checking
|
|
||||||
frozen=True, # ensure data immutability
|
frozen=True, # ensure data immutability
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user