Skip to content

Commit

Permalink
Update redisvl/schema/schema.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Hutcherson <tyler.hutcherson@redis.com>
  • Loading branch information
abrookins and tylerhutcherson authored Jan 23, 2025
1 parent 226fb02 commit ddb5590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redisvl/schema/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def _make_field(storage_type, **field_inputs) -> BaseField:

@root_validator(pre=True)
@classmethod
def validate_and_create_ields(cls, values: Dict[str, Any]) -> Dict[str, Any]:
def validate_and_create_fields(cls, values: Dict[str, Any]) -> Dict[str, Any]:
"""
Validate uniqueness of field names and create valid field instances.
"""
Expand Down

0 comments on commit ddb5590

Please sign in to comment.