Skip to content
Snippets Groups Projects
Unverified Commit a5d22e66 authored by SKAJohanVenter's avatar SKAJohanVenter
Browse files

SAR-276 Fixed init docstring

parent 3c610506
Branches
No related tags found
No related merge requests found
...@@ -52,8 +52,6 @@ class BaseComponentManager: ...@@ -52,8 +52,6 @@ class BaseComponentManager:
:param op_state_model: the op state model used by this component :param op_state_model: the op state model used by this component
manager manager
:param queue_manager: If not specified a default QueueManager will be initialised.
In this case any tasks enqueued to it will block.
""" """
self.op_state_model = op_state_model self.op_state_model = op_state_model
self.queue_manager = self.create_queue_manager() self.queue_manager = self.create_queue_manager()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment