Skip to content
Snippets Groups Projects
Commit 9523928e authored by Elliot Oram's avatar Elliot Oram
Browse files

disabled unavoidable pylint warnings

Refs #13826
parent a2453d02
No related branches found
No related tags found
No related merge requests found
#pylint: disable=no-init
#pylint: disable=invalid-name,too-many-instance-attributes,too-many-branches,no-init
from IndirectImport import *
from mantid.api import PythonAlgorithm, AlgorithmFactory, MatrixWorkspaceProperty, PropertyMode, WorkspaceGroupProperty
......@@ -126,7 +126,7 @@ class QLRun(PythonAlgorithm):
self._save = self.getProperty('Save').value
self._plot = self.getPropertyValue('Plot')
#pylint: disable=too-many-locals
def PyExec(self):
#from IndirectImport import run_f2py_compatibility_test, is_supported_f2py_platform
......
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