From eb042fe1d4167a3f34a0620ab599bdd875e2e390 Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Tue, 5 Jul 2022 12:00:32 +0000 Subject: [PATCH] L2SS-865: Refactor statistics_consumer --- .../tangostationcontrol/clients/statistics/client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tangostationcontrol/tangostationcontrol/clients/statistics/client.py b/tangostationcontrol/tangostationcontrol/clients/statistics/client.py index be20f7174..afbf93840 100644 --- a/tangostationcontrol/tangostationcontrol/clients/statistics/client.py +++ b/tangostationcontrol/tangostationcontrol/clients/statistics/client.py @@ -14,8 +14,7 @@ import numpy from tangostationcontrol.clients.comms_client import AsyncCommClient from tangostationcontrol.clients.tcp_replicator import TCPReplicator from tangostationcontrol.clients.udp_receiver import UDPReceiver - -from tangostationcontrol.statistics.statistics_collector import StatisticsConsumer +from tangostationcontrol.clients.statistics.consumer import StatisticsConsumer logger = logging.getLogger() -- GitLab