Some tox fixes
This commit is contained in:
@@ -5,6 +5,7 @@ import gui.mainFrame
|
||||
from gui import globalEvents as GE
|
||||
from .calc.fitAddCommand import FitAddCommandCommand
|
||||
|
||||
|
||||
class GuiAddCommandCommand(wx.Command):
|
||||
def __init__(self, fitID, commandFitID):
|
||||
wx.Command.__init__(self, True, "")
|
||||
@@ -27,4 +28,3 @@ class GuiAddCommandCommand(wx.Command):
|
||||
self.sFit.recalc(self.fitID)
|
||||
wx.PostEvent(self.mainFrame, GE.FitChanged(fitID=self.fitID))
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user