Skip to content

Commit

Permalink
refactor: apply formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-v4s committed Oct 22, 2024
1 parent 4c3d10e commit 14e5f81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qualibrate_composite/cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ def _qualibrate_config_from_sources(
if not_default_arg or (
timeline_db_mapping[arg_key] not in from_file["timeline_db"]
):
from_file["timeline_db"][timeline_db_mapping[arg_key]] = (
arg_value
)
from_file["timeline_db"][
timeline_db_mapping[arg_key]
] = arg_value
elif arg_key in runner_mapping.keys():
if not_default_arg or (
runner_mapping[arg_key] not in from_file["runner"]
Expand Down

0 comments on commit 14e5f81

Please sign in to comment.