Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Jan 12, 2024
1 parent f7df69d commit 37e088b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/api/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ def show_versions(
self,
workflow_id: StoredWorkflowIDPathParam,
trans: ProvidesUserContext = DependsOnTrans,
instance: Annotated[Optional[bool], InstanceQueryParam] = False,
instance: InstanceQueryParam = False,
):
return self.service.get_versions(trans, workflow_id, instance)

Expand Down

0 comments on commit 37e088b

Please sign in to comment.