From 6add87678b088e0579d4b08d1473496aff8ad816 Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Wed, 26 Oct 2022 14:19:07 +0200 Subject: [PATCH] removed abstractmethod above function --- tangostationcontrol/tangostationcontrol/clients/comms_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tangostationcontrol/tangostationcontrol/clients/comms_client.py b/tangostationcontrol/tangostationcontrol/clients/comms_client.py index 51960070a..d18c3e47e 100644 --- a/tangostationcontrol/tangostationcontrol/clients/comms_client.py +++ b/tangostationcontrol/tangostationcontrol/clients/comms_client.py @@ -15,7 +15,6 @@ class AbstractCommClient(ABC): def stop(self): """ Stop communication with the client. """ - @abstractmethod def ping(self): """ Check whether the connection is still alive. -- GitLab