Solver: Mage: Fix pep8.

setup.py
Pierre-Antoine Rouby 2024-01-29 15:46:08 +01:00
parent bdc5e35453
commit 797a853b36
1 changed files with 2 additions and 2 deletions

View File

@ -510,8 +510,8 @@ class Mage(CommandLineSolver):
f.write(
f"{sin_dict[bhs._type]} " +
f"{reach_id} {float(hs.input_kp):>12.3f} {param_str} " +
f"{name}\n"
f"{reach_id} {float(hs.input_kp):>12.3f} " +
f"{param_str} {name}\n"
)
return files