Skip to content
Snippets Groups Projects
Commit 8da93d16 authored by Taya Snijder's avatar Taya Snijder
Browse files

Merge branch 'quick_fix' into 'master'

Ignore increased QA for this function, since we do not need it to...

See merge request !472
parents 8d07f347 070b96c8
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,8 +15,7 @@ class AbstractCommClient(ABC): ...@@ -15,8 +15,7 @@ class AbstractCommClient(ABC):
def stop(self): def stop(self):
""" Stop communication with the client. """ """ Stop communication with the client. """
@abstractmethod def ping(self): # noqa: B027
def ping(self):
""" 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