Skip to content

Commit ddb5590

Browse files
Update redisvl/schema/schema.py
Co-authored-by: Tyler Hutcherson <[email protected]>
1 parent 226fb02 commit ddb5590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisvl/schema/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def _make_field(storage_type, **field_inputs) -> BaseField:
170170

171171
@root_validator(pre=True)
172172
@classmethod
173-
def validate_and_create_ields(cls, values: Dict[str, Any]) -> Dict[str, Any]:
173+
def validate_and_create_fields(cls, values: Dict[str, Any]) -> Dict[str, Any]:
174174
"""
175175
Validate uniqueness of field names and create valid field instances.
176176
"""

0 commit comments

Comments
 (0)