From 621588f55b1b596c0335181654148bfa461e4763 Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Tue, 25 Oct 2022 15:01:09 +0200 Subject: [PATCH] somehow getting a linting error for comms client --- tangostationcontrol/tangostationcontrol/clients/comms_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tangostationcontrol/tangostationcontrol/clients/comms_client.py b/tangostationcontrol/tangostationcontrol/clients/comms_client.py index d18c3e47e..51960070a 100644 --- a/tangostationcontrol/tangostationcontrol/clients/comms_client.py +++ b/tangostationcontrol/tangostationcontrol/clients/comms_client.py @@ -15,6 +15,7 @@ class AbstractCommClient(ABC): def stop(self): """ Stop communication with the client. """ + @abstractmethod def ping(self): """ Check whether the connection is still alive. -- GitLab