Skip to content

Commit

Permalink
Removing outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana committed Dec 1, 2024
1 parent d133de0 commit fd7c444
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fides/api/schemas/redis_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def validate_identities(cls, values: Dict[str, Any]) -> Dict[str, Any]:
if not values:
raise BadRequest("No inputs provided")

# Create a temporary Identity instance to validate standard fields
standard_fields = {}
custom_fields = {}

Expand Down

0 comments on commit fd7c444

Please sign in to comment.