From e4d5871072a36c90cd239e4ce6fac5b720d59502 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:03:56 +0200 Subject: [PATCH] Python code linting changes detected by black (#10455) Co-authored-by: magnesj --- .../rips/PythonExamples/case_grid_group_generated_results.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GrpcInterface/Python/rips/PythonExamples/case_grid_group_generated_results.py b/GrpcInterface/Python/rips/PythonExamples/case_grid_group_generated_results.py index 05c018bf90..e5d0519160 100644 --- a/GrpcInterface/Python/rips/PythonExamples/case_grid_group_generated_results.py +++ b/GrpcInterface/Python/rips/PythonExamples/case_grid_group_generated_results.py @@ -61,4 +61,6 @@ statistics_case.compute_statistics() view = statistics_case.create_view() statistics_property_name = property_name + "_MEAN" -view.apply_cell_result(result_type=property_type, result_variable=statistics_property_name) +view.apply_cell_result( + result_type=property_type, result_variable=statistics_property_name +)