From 20d1859cd763a42011ab590f948ab4e2bc38d99a Mon Sep 17 00:00:00 2001 From: Joseph Torsney <joseph.torsney@stfc.ac.uk> Date: Fri, 26 Mar 2021 10:58:13 +0000 Subject: [PATCH] Remove __future__ import from jupyterconsole startup code --- qt/applications/workbench/workbench/plugins/jupyterconsole.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qt/applications/workbench/workbench/plugins/jupyterconsole.py b/qt/applications/workbench/workbench/plugins/jupyterconsole.py index cb4f9977658..9798b9626a1 100644 --- a/qt/applications/workbench/workbench/plugins/jupyterconsole.py +++ b/qt/applications/workbench/workbench/plugins/jupyterconsole.py @@ -28,7 +28,6 @@ from ..plugins.base import PluginWidget # noqa # should we share this with plugins.editor? STARTUP_CODE = """ -from __future__ import (absolute_import, division, print_function, unicode_literals) from mantid.simpleapi import * import matplotlib.pyplot as plt import numpy as np -- GitLab