Cleanup Heartbeat Emitter abstraction code
Change-Id: Ia53230c6eaac1987c6e7cedc523079ee586dafaf
This commit is contained in:
parent
d8cd8bf448
commit
002005a440
@ -67,7 +67,9 @@ class HeartbeatEmitter(plugin.DriverPlugin):
|
|||||||
|
|
||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
def transmit(self, status):
|
def transmit(self, status):
|
||||||
pass
|
"""
|
||||||
|
Transmit heartbeat
|
||||||
|
"""
|
||||||
|
|
||||||
def _emit_heartbeat(self):
|
def _emit_heartbeat(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user