More flake8 fixes.

This commit is contained in:
Tron
2018-10-15 06:00:15 -05:00
parent f9f90852c5
commit c5e8742838

View File

@@ -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: