Skip to content
Snippets Groups Projects
Commit 070b96c8 authored by Jan David Mol's avatar Jan David Mol Committed by Taya Snijder
Browse files

L2SS-1010: Ignore increased QA for this function, since we do not need it to...

L2SS-1010: Ignore increased QA for this function, since we do not need it to be overloaded in a client
parent 6add8767
No related branches found
No related tags found
1 merge request!472Ignore increased QA for this function, since we do not need it to...
...@@ -15,7 +15,7 @@ class AbstractCommClient(ABC): ...@@ -15,7 +15,7 @@ class AbstractCommClient(ABC):
def stop(self): def stop(self):
""" Stop communication with the client. """ """ Stop communication with the client. """
def ping(self): def ping(self): # noqa: B027
""" Check whether the connection is still alive. """ Check whether the connection is still alive.
Clients that override this method must raise an Exception if the Clients that override this method must raise an Exception if the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment