Commit d21fdaac by stv

Fix Pylint: E0101(return-in-init)

parent 3ffa967a
......@@ -53,4 +53,4 @@ class HeartbeatFailure(Exception):
In addition to a msg, provide the name of the service.
"""
self.service = service
return super(HeartbeatFailure, self).__init__(msg)
super(HeartbeatFailure, self).__init__(msg)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment