diff --git a/packages/main.py b/packages/main.py index 580f5b1a96..daed05ae35 100755 --- a/packages/main.py +++ b/packages/main.py @@ -11,7 +11,6 @@ from threading import Thread from helpermodules.measurement_logging.update_daily_yields import update_daily_yields from helpermodules.measurement_logging.write_log import save_log -from helpermodules.pub import Pub from modules import loadvars from modules import configuration diff --git a/packages/modules/internal_chargepoint_handler/update_values_test.py b/packages/modules/internal_chargepoint_handler/update_values_test.py index e72baaa7fc..9681fa666b 100644 --- a/packages/modules/internal_chargepoint_handler/update_values_test.py +++ b/packages/modules/internal_chargepoint_handler/update_values_test.py @@ -25,7 +25,7 @@ @pytest.mark.parametrize( "old_chargepoint_state, published_topics", - [(None, 12), + [(None, 13), (OLD_CHARGEPOINT_STATE, 1)] )