Skip to content

Commit

Permalink
chore: remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dpavam committed Oct 22, 2024
1 parent 39be512 commit 25264fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion impc_api_helper/impc_api_helper/utils/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def validate_core_and_fields(cls, values):
field_list: List[str] = get_fields(fields)

# Validate each field in params
# TODO: perhaps pass al invalid fields as a list, instead of many warning messages
if invalid_core is not True:
for fl in field_list:
if fl not in jv.valid_fields(core):
Expand Down

0 comments on commit 25264fe

Please sign in to comment.