Fixed code auto-checks for pull request

This commit is contained in:
Gochim
2019-10-30 13:34:54 +02:00
parent 88ce45f29e
commit 9943f784a8
2 changed files with 8 additions and 10 deletions

View File

@@ -190,11 +190,9 @@ class CopySelectDialog(wx.Dialog):
fit = getFit(self.mainFrame.getActiveFit())
EfsPort.exportEfs(fit, 0, callback)
"""
Puts fit stats in textual format into the clipboard
"""
# noinspection PyUnusedLocal
def exportFitStats(self, options, callback):
""" Puts fit stats in textual format into the clipboard """
fit = getFit(self.mainFrame.getActiveFit())
Port.exportFitStats(fit, callback)