From 070b96c8c16c22d4dc6c3599a38c404f7cfe810a Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 26 Oct 2022 12:07:04 +0200
Subject: [PATCH] L2SS-1010: Ignore increased QA for this function, since we do
 not need it to be overloaded in a client

---
 tangostationcontrol/tangostationcontrol/clients/comms_client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tangostationcontrol/tangostationcontrol/clients/comms_client.py b/tangostationcontrol/tangostationcontrol/clients/comms_client.py
index d18c3e47e..deb37f671 100644
--- a/tangostationcontrol/tangostationcontrol/clients/comms_client.py
+++ b/tangostationcontrol/tangostationcontrol/clients/comms_client.py
@@ -15,7 +15,7 @@ class AbstractCommClient(ABC):
     def stop(self):
         """ Stop communication with the client. """
 
-    def ping(self):
+    def ping(self): # noqa: B027
         """ Check whether the connection is still alive.
 
             Clients that override this method must raise an Exception if the
-- 
GitLab