Skip to content

Commit

Permalink
Added messagebox import
Browse files Browse the repository at this point in the history
  • Loading branch information
dfujim committed Jan 5, 2023
1 parent 14d7cc1 commit b6544af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bfit/backend/fitdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Nov 2018

from tkinter import *
from tkinter import messagebox
from bdata import bdata, bmerged
from bdata.calc import nqr_B0_hh6, nqr_B0_hh3
from bfit import logger_name
Expand Down
2 changes: 1 addition & 1 deletion bfit/gui/popup_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# April 2019

from tkinter import *
from tkinter import ttk
from tkinter import ttk, messagebox
from bfit import logger_name
from bfit.backend.FunctionPlacer import FunctionPlacer
from bfit.fitting.decay_31mg import fa_31Mg
Expand Down

0 comments on commit b6544af

Please sign in to comment.