diff --git a/tune_analysis/bbq_tools.py b/tune_analysis/bbq_tools.py index 875340423..87841415d 100644 --- a/tune_analysis/bbq_tools.py +++ b/tune_analysis/bbq_tools.py @@ -16,7 +16,7 @@ import constants as const from utils import logging_tools from utils.contexts import suppress_warnings -from plotting import plot_style as ps +from plotshop import plot_style as ps TIMEZONE = const.get_experiment_timezone() diff --git a/tune_analysis/detuning_tools.py b/tune_analysis/detuning_tools.py index d5d8c4f08..e6991a4b8 100644 --- a/tune_analysis/detuning_tools.py +++ b/tune_analysis/detuning_tools.py @@ -8,7 +8,7 @@ import constants as const from utils import logging_tools -from plotting import plot_style as ps +from plotshop import plot_style as ps LOG = logging_tools.get_logger(__name__)