Skip to content
Snippets Groups Projects
Commit d086d2f8 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-1030: fix linting error B027

parent 83957f48
No related branches found
No related tags found
1 merge request!468Resolve L2SS-1030 "Create configuration device"
......@@ -15,6 +15,7 @@ class AbstractCommClient(ABC):
def stop(self):
""" Stop communication with the client. """
@abstractmethod
def ping(self):
""" 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