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 Sep 12, 2024
1 parent 1ec9166 commit 7284161
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/iminuit/ipywidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

class IPyWidget(HBox):
def __init__(self, minuit, plot, kwargs, raise_on_exception):

def plot_with_frame(args, from_fit, report_success):
trans = plt.gca().transAxes
try:
Expand Down Expand Up @@ -190,9 +189,7 @@ def on_opt_toggled(self, change):
reset_button = Button(description="Reset")
reset_button.on_click(on_reset_button_clicked)

algo_choice = Dropdown(
options=["Migrad", "Scipy", "Simplex"], value="Migrad"
)
algo_choice = Dropdown(options=["Migrad", "Scipy", "Simplex"], value="Migrad")

ui = VBox(
[
Expand Down

0 comments on commit 7284161

Please sign in to comment.