solve circular dependency
This commit is contained in:
@@ -21,7 +21,7 @@ class Communicator:
|
||||
Class handling low level communication with consumers.
|
||||
"""
|
||||
|
||||
def __init__(self, consumerlocator: ConsumerLocator, uuid):
|
||||
def __init__(self, consumerlocator: ConsumerLocator, uuid: str):
|
||||
"""
|
||||
Initialize object
|
||||
:param consumerlocator:
|
||||
|
||||
Reference in New Issue
Block a user