From 0d2eaed788ce79bf3900fad6f5c6ca160eb49aea Mon Sep 17 00:00:00 2001
From: Tom Titcombe <t.j.titcombe@gmail.com>
Date: Mon, 14 Jan 2019 16:20:51 +0000
Subject: [PATCH] Fix new flake8 warning too many blank lines

Refs #23960
---
 Testing/SystemTests/tests/analysis/SANSLoadTest.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Testing/SystemTests/tests/analysis/SANSLoadTest.py b/Testing/SystemTests/tests/analysis/SANSLoadTest.py
index c6d9b02c87b..71d514a7e35 100644
--- a/Testing/SystemTests/tests/analysis/SANSLoadTest.py
+++ b/Testing/SystemTests/tests/analysis/SANSLoadTest.py
@@ -26,8 +26,6 @@ from sans.state.data import get_data_builder
 from sans.common.file_information import SANSFileInformationFactory
 
 
-
-
 def remove_all_workspaces_from_ads():
     workspaces_on_the_ads = AnalysisDataService.getObjectNames()
     for name in workspaces_on_the_ads:
-- 
GitLab