Skip to content

Commit

Permalink
restoring removed code
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Sep 4, 2023
1 parent bdcc1dc commit 0801836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-qgis/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from contextlib import contextmanager
from datetime import datetime
from pathlib import Path
from typing import Any, Callable, Optional
from typing import Any, Callable, IO, Optional

from libqfieldsync.layer import LayerSource
from qfieldcloud_sdk import sdk
Expand Down Expand Up @@ -513,7 +513,7 @@ def json_default(obj):

def run_workflow(
workflow: Workflow,
feedback_filename: Path,
feedback_filename: Path | IO,
) -> dict[str, Any]:
"""Executes the steps required to run a task and return structured feedback from the execution
Expand Down

0 comments on commit 0801836

Please sign in to comment.