Skip to content

Commit

Permalink
refactor: change spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes committed Sep 20, 2024
1 parent 3631405 commit 292ffb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lean/models/json_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _check_if_config_passes_filters(self, config: Configuration, all_for_platfor
if not target_value:
return False
elif isinstance(target_value, dict):
return all(condition.check(value) for value in target_value.values())
return all(condition.check(value) for value in target_value.values())
elif not condition.check(target_value):
return False
return True
Expand Down

0 comments on commit 292ffb2

Please sign in to comment.