From d086d2f8b33c138bce2257affacd8ce46a057b62 Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Tue, 25 Oct 2022 13:54:35 +0200 Subject: [PATCH] L2SS-1030: fix linting error B027 --- 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