Skip to content

Commit

Permalink
chore: removed comment out code
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Dec 5, 2023
1 parent 74f7d6e commit 7dde04d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion confection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,6 @@ def _fill(
field_set = [
k if k != ARGS_FIELD else ARGS_FIELD_ALIAS for k in result.__fields_set__
]
# field_set = result.__fields_set__
exclude = [k for k in field_set if k not in fields]
exclude_validation = set([ARGS_FIELD_ALIAS, *RESERVED_FIELDS.keys()])
validation.update(result.dict(exclude=exclude_validation))
Expand Down

0 comments on commit 7dde04d

Please sign in to comment.