Skip to content

Commit

Permalink
#154: Two more imports in tune_analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschD committed Oct 10, 2018
1 parent 62db606 commit f2985d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tune_analysis/bbq_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion tune_analysis/detuning_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)

Expand Down

0 comments on commit f2985d1

Please sign in to comment.