Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and andrzejnovak committed Jan 12, 2022
1 parent c68d6df commit 0866d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mplhep/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def iterable_not_string(arg):
label=_step_label,
**_kwargs,
)

if do_errors:
_kwargs = soft_update_kwargs(_kwargs, {"color": _s.get_edgecolor()})
_kwargs["linestyle"] = "none"
Expand Down

0 comments on commit 0866d31

Please sign in to comment.