Python code linting changes detected by black (#10455)

Co-authored-by: magnesj <magnesj@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-07-07 11:03:56 +02:00 committed by Kristian Bendiksen
parent f20a83c710
commit e4d5871072

View File

@ -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
)