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

somehow getting a linting error for comms client

parent 8162708f
No related branches found
No related tags found
1 merge request!470Resolve L2SS-1032 "Use constants in tests"
...@@ -15,6 +15,7 @@ class AbstractCommClient(ABC): ...@@ -15,6 +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): def ping(self):
""" Check whether the connection is still alive. """ Check whether the connection is still alive.
......
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