Skip to content

Commit

Permalink
restoring return type
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Sep 4, 2023
1 parent 6a20d79 commit bdcc1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-qgis/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def json_default(obj):
def run_workflow(
workflow: Workflow,
feedback_filename: Path,
) -> None:
) -> dict[str, Any]:
"""Executes the steps required to run a task and return structured feedback from the execution
Each step has a method that is executed.
Expand Down

0 comments on commit bdcc1dc

Please sign in to comment.