Skip to content

Commit

Permalink
Fix code style issues with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Jun 11, 2024
1 parent de09f82 commit 171ad30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rocketpy/sensitivity/sensivity_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ def set_target_variables_nominal(
target variables passed at initialization."
)
for i, target_variable in enumerate(self.target_variables_names):
self.target_variables_info[target_variable][
"nominal_value"
] = target_variables_nominal_value[i]
self.target_variables_info[target_variable]["nominal_value"] = (
target_variables_nominal_value[i]
)

self._nominal_target_passed = True

Expand Down

0 comments on commit 171ad30

Please sign in to comment.