Skip to content
Snippets Groups Projects
Commit ed2c2d30 authored by Raquel Alvarez Banos's avatar Raquel Alvarez Banos
Browse files

Re #6252 Fix pylint warnings

parent b68ce6c9
No related branches found
No related tags found
No related merge requests found
#pylint: disable=no-init #pylint: disable=no-init,attribute-defined-outside-init
import stresstesting import stresstesting
from mantid.simpleapi import * from mantid.simpleapi import *
...@@ -17,4 +17,4 @@ class CalMuonDeadTimeTest(stresstesting.MantidStressTest): ...@@ -17,4 +17,4 @@ class CalMuonDeadTimeTest(stresstesting.MantidStressTest):
def validate(self): def validate(self):
self.tolerance = 1E-3 self.tolerance = 1E-3
return ('EMUCalMuonDeadTime','EMUCalMuonDeadTime.nxs') return ('EMUCalMuonDeadTime','EMUCalMuonDeadTime.nxs')
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment