Skip to content
Snippets Groups Projects
Commit 20d1859c authored by Joseph Torsney's avatar Joseph Torsney
Browse files

Remove __future__ import from jupyterconsole startup code

parent e498f9c7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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