Skip to content
Snippets Groups Projects
Commit e1c76652 authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Minor docstring changes

parent 8cf1a6e8
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,8 @@ class WorkflowRestService:
List the workflow requests that we know about.
Audience: front-end
:return:
:return: None
"""
return self.request.info.all_workflows()
......@@ -64,7 +65,8 @@ class WorkflowRestService:
Look up a workflow request
Audience: front-end
:return:
:return: None
"""
return self.request.context
......
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