Skip to content

Commit

Permalink
chore: fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Aug 30, 2022
1 parent d55f043 commit d2eaab9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions aea/configurations/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1614,13 +1614,13 @@ def update( # pylint: disable=arguments-differ
allow_new_values=True,
)

# if dict_overrides is not None and component_id in dict_overrides:
# perform_dict_override(
# component_id,
# dict_overrides,
# updated_component_configurations,
# new_component_configurations,
# )
if dict_overrides is not None and component_id in dict_overrides:
perform_dict_override(
component_id,
dict_overrides,
updated_component_configurations,
new_component_configurations,
)

self.check_overrides_valid(data, env_vars_friendly=env_vars_friendly)
super().update(data, env_vars_friendly=env_vars_friendly)
Expand Down

0 comments on commit d2eaab9

Please sign in to comment.