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] committed Dec 13, 2024
1 parent f034929 commit 7f873ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/iminuit/qtwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,9 @@ def on_parameter_change(self, from_fit=False, report_success=False):

if from_fit:
self.results_text.clear()
self.results_text.setHtml(f"<div style='text-align: center;'>{minuit.fmin._repr_html_()}</div>")
self.results_text.setHtml(
f"<div style='text-align: center;'>{minuit.fmin._repr_html_()}</div>"
)
else:
self.results_text.clear()

Expand Down

0 comments on commit 7f873ea

Please sign in to comment.