Skip to content
Snippets Groups Projects
Commit 86be9583 authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

Add proper type annotation to the workflow request

parent 39cc0edd
No related branches found
No related tags found
1 merge request!1458WS-1977: Make sure workflow requests QA announced from the UI have user_email field populated
Pipeline #11796 failed
......@@ -511,7 +511,7 @@ class WorkflowRequestRestService:
body=f"SUCCESS for identifier '{identifier}': Sent '{msg_type}' to AAT for this workflow's SDM",
)
def get_contacts(self, requested_workflow) -> str:
def get_contacts(self, requested_workflow: WorkflowRequest) -> str:
"""
Method that retrieves the PI/CoI email information for a given workflow
request
......
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