Skip to content

Commit 259d026

Browse files
lint-actionGui-FernandesBR
authored andcommitted
Fix code style issues with Black
1 parent baacdec commit 259d026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rocketpy/sensitivity/sensivity_model.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ def set_target_variables_nominal(
145145
target variables passed at initialization."
146146
)
147147
for i, target_variable in enumerate(self.target_variables_names):
148-
self.target_variables_info[target_variable][
149-
"nominal_value"
150-
] = target_variables_nominal_value[i]
148+
self.target_variables_info[target_variable]["nominal_value"] = (
149+
target_variables_nominal_value[i]
150+
)
151151

152152
self._nominal_target_passed = True
153153

0 commit comments

Comments
 (0)