diff --git a/message_ix_buildings/chilled/run_preprocess.py b/message_ix_buildings/chilled/run_preprocess.py index d8f783f..b7da563 100644 --- a/message_ix_buildings/chilled/run_preprocess.py +++ b/message_ix_buildings/chilled/run_preprocess.py @@ -5,8 +5,8 @@ create_archetype_variables, create_archetypes, ) +from message_ix_buildings.chilled.util.common import get_logger from message_ix_buildings.chilled.util.config import Config -from message_ix_buildings.chilled.util.util import get_logger log = get_logger(__name__)