Remove init from messenger as it's abstract.

This commit is contained in:
Michael Pivato
2019-02-07 07:00:21 +10:30
parent 61ef4a5e96
commit 67b9d4538d

View File

@@ -7,9 +7,6 @@ class Messenger:
_disconnect_callbacks = []
_message_callbacks = []
def __init__(self):
pass
def broadcast_message(self, message):
"""
Broadcasts the specified message to the swarm based upon its topic(or group).