Skip to content
Snippets Groups Projects
Unverified Commit d4f603b6 authored by Jose Borreguero's avatar Jose Borreguero Committed by GitHub
Browse files

disable flake8 warning

parent 94da3bd1
No related branches found
No related tags found
No related merge requests found
...@@ -357,7 +357,8 @@ class SANSILLAutoProcess(DataProcessorAlgorithm): ...@@ -357,7 +357,8 @@ class SANSILLAutoProcess(DataProcessorAlgorithm):
self.declareProperty('SensitivityWithOffsets', False, self.declareProperty('SensitivityWithOffsets', False,
'Whether the sensitivity data has been measured with different horizontal offsets.') 'Whether the sensitivity data has been measured with different horizontal offsets.')
def PyExec(self): # flake8: noqa: C901
def PyExec(self):
self.setUp() self.setUp()
outputs = [] outputs = []
......
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