Skip to content
Snippets Groups Projects
Commit 90d572e9 authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

black

parent 3480ccf2
No related branches found
No related tags found
1 merge request!370Release 2.0
Pipeline #51515 passed with stage
in 1 minute and 3 seconds
......@@ -238,7 +238,8 @@ def _plotVarWithFlags(
if len(flags_meta[i]) == 0:
continue
label = (
flags_meta[i]['kwargs'].get("label", None) or flags_meta[i]["func"].split(".")[-1]
flags_meta[i]["kwargs"].get("label", None)
or flags_meta[i]["func"].split(".")[-1]
)
scatter_kwargs.update({"label": label})
flags_i = flags_hist[i].astype(float)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment