From df6656525f67365ce343e6e58cf806c019b72f9d Mon Sep 17 00:00:00 2001 From: Conor Finn <conor.finn@stfc.ac.uk> Date: Mon, 9 Mar 2020 13:29:19 +0000 Subject: [PATCH] RE #27722 Remove future imports across multiple lines --- .../workbench/plotting/test/test_figureerrorsmanager.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qt/applications/workbench/workbench/plotting/test/test_figureerrorsmanager.py b/qt/applications/workbench/workbench/plotting/test/test_figureerrorsmanager.py index c72203b3dd3..ed27ed4cf6a 100644 --- a/qt/applications/workbench/workbench/plotting/test/test_figureerrorsmanager.py +++ b/qt/applications/workbench/workbench/plotting/test/test_figureerrorsmanager.py @@ -6,8 +6,6 @@ # SPDX - License - Identifier: GPL - 3.0 + # This file is part of the mantid workbench. # - - import unittest import matplotlib -- GitLab