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 12, 2024
1 parent 9d7cc47 commit 811b27b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/iminuit/minuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2374,8 +2374,7 @@ def interactive(
else:
from iminuit.qtwidget import make_widget

return make_widget(self, plot, kwargs, raise_on_exception,
run_event_loop)
return make_widget(self, plot, kwargs, raise_on_exception, run_event_loop)

def _free_parameters(self) -> Set[str]:
return set(mp.name for mp in self._last_state if not mp.is_fixed)
Expand Down

0 comments on commit 811b27b

Please sign in to comment.