mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 09:51:44 -06:00
Python code linting changes detected by black (#10455)
Co-authored-by: magnesj <magnesj@users.noreply.github.com>
This commit is contained in:
parent
f20a83c710
commit
e4d5871072
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user