From c5e8742838d4f47bd9ab12c0ffb086a037439f62 Mon Sep 17 00:00:00 2001 From: Tron Date: Mon, 15 Oct 2018 06:00:15 -0500 Subject: [PATCH] More flake8 fixes. --- gui/fitCommands/guiMetaSwap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/fitCommands/guiMetaSwap.py b/gui/fitCommands/guiMetaSwap.py index c07facd37..d0c99b8bf 100644 --- a/gui/fitCommands/guiMetaSwap.py +++ b/gui/fitCommands/guiMetaSwap.py @@ -48,7 +48,6 @@ class GuiMetaSwapCommand(wx.Command): for x in selection: self.data.append(((FitChangeDroneVariationCommand, fitID, fit.drones.index(x), itemID),),) - def Do(self): for cmds in self.data: for cmd in cmds: