Skip to content
Snippets Groups Projects
Commit da330a3c authored by Louise McCann's avatar Louise McCann
Browse files

Resolved pylint issues

Refs #16318
parent d25bdbc0
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,8 @@ class ApplyPaalmanPingsCorrection(PythonAlgorithm):
self.declareProperty(MatrixWorkspaceProperty('OutputWorkspace', '', direction=Direction.Output),
doc='The output corrections workspace.')
#pylint: disable=too-many-branches
def PyExec(self):
self._setup()
......
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