mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 16:21:31 +00:00
Remove unnecessary super().__init__() call
This commit is contained in:
parent
8eded8cbac
commit
ec469c6b75
@ -36,5 +36,4 @@ class ServerUplinkConnector(ZMQConnectorBase):
|
||||
|
||||
|
||||
class ServerConnector(ServerUplinkConnector, ServerDownlinkConnector):
|
||||
def __init__(self, zmq_context=None):
|
||||
super(ServerConnector, self).__init__(zmq_context)
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user