From 62db606e44be6338036f24c1230581f55fbd9538 Mon Sep 17 00:00:00 2001 From: Joschua Date: Wed, 10 Oct 2018 13:52:18 +0200 Subject: [PATCH] #154: Changed forgotten import --- twiss_optics/optics_class.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twiss_optics/optics_class.py b/twiss_optics/optics_class.py index 3d072c78f..c35cbca0b 100644 --- a/twiss_optics/optics_class.py +++ b/twiss_optics/optics_class.py @@ -44,7 +44,7 @@ from tfs_files import tfs_pandas as tfs from utils.contexts import timeit from utils.dict_tools import DotDict -from plotting import plot_style as pstyle +from plotshop import plot_style as pstyle LOG = logtool.get_logger(__name__)