Skip to content
Snippets Groups Projects
Commit 9a804201 authored by Conor Finn's avatar Conor Finn
Browse files

RE #27188 Fix doc comments

parent beb95f47
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,6 @@ class FocusPresenter(object): ...@@ -71,7 +71,6 @@ class FocusPresenter(object):
def _validate(self): def _validate(self):
""" """
Ensure that the worker is ready to be started. Ensure that the worker is ready to be started.
:param banks: A list of banks to focus.
:return: True if the worker can be started safely. :return: True if the worker can be started safely.
""" """
if self.view.is_searching(): if self.view.is_searching():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment