From 0885881881b11040a2fe3ecd375c61536fc89dce Mon Sep 17 00:00:00 2001
From: Nick Draper <nick.draper@stfc.ac.uk>
Date: Mon, 26 Mar 2018 15:17:28 +0100
Subject: [PATCH] flake 8 warnings re #22143

---
 .../plugins/algorithms/MaskWorkspaceToCalFile.py                | 2 +-
 Framework/PythonInterface/plugins/algorithms/MergeCalFiles.py   | 2 +-
 .../plugins/algorithms/WorkflowAlgorithms/DirectILLReduction.py | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Framework/PythonInterface/plugins/algorithms/MaskWorkspaceToCalFile.py b/Framework/PythonInterface/plugins/algorithms/MaskWorkspaceToCalFile.py
index 9ebe242460f..ae736dae55d 100644
--- a/Framework/PythonInterface/plugins/algorithms/MaskWorkspaceToCalFile.py
+++ b/Framework/PythonInterface/plugins/algorithms/MaskWorkspaceToCalFile.py
@@ -26,7 +26,7 @@ class MaskWorkspaceToCalFile(PythonAlgorithm):
 
     def seeAlso(self):
         return [ "ReadGroupsFromFile","CreateDummyCalFile","CreateCalFileByNames",
-          "AlignDetectors","DiffractionFocussing","LoadCalFile","SaveCalFile","MergeCalFiles" ]
+                 "AlignDetectors","DiffractionFocussing","LoadCalFile","SaveCalFile","MergeCalFiles" ]
 
     def name(self):
         return "MaskWorkspaceToCalFile"
diff --git a/Framework/PythonInterface/plugins/algorithms/MergeCalFiles.py b/Framework/PythonInterface/plugins/algorithms/MergeCalFiles.py
index f41831bb6f9..ea0382a6d58 100644
--- a/Framework/PythonInterface/plugins/algorithms/MergeCalFiles.py
+++ b/Framework/PythonInterface/plugins/algorithms/MergeCalFiles.py
@@ -11,7 +11,7 @@ class MergeCalFiles(PythonAlgorithm):
 
     def seeAlso(self):
         return [ "ReadGroupsFromFile","CreateDummyCalFile","CreateCalFileByNames",
-          "AlignDetectors","DiffractionFocussing","LoadCalFile","SaveCalFile" ]
+                 "AlignDetectors","DiffractionFocussing","LoadCalFile","SaveCalFile" ]
 
     def name(self):
         return "MergeCalFiles"
diff --git a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/DirectILLReduction.py b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/DirectILLReduction.py
index c3a15441bb4..55bd25376e7 100644
--- a/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/DirectILLReduction.py
+++ b/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/DirectILLReduction.py
@@ -171,7 +171,7 @@ class DirectILLReduction(DataProcessorAlgorithm):
 
     def seeAlso(self):
         return [ "DirectILLApplySelfShielding","DirectILLCollectData",
-          "DirectILLDiagnostics","DirectILLIntegrateVanadium","DirectILLSelfShielding" ]
+                 "DirectILLDiagnostics","DirectILLIntegrateVanadium","DirectILLSelfShielding" ]
 
     def name(self):
         """Return the algorithm's name."""
-- 
GitLab