Skip to content

Commit 6ab78d3

Browse files
committed
fixup! PR #736 various tweaks based on review notes
1 parent 271ffa9 commit 6ab78d3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

openeo/extra/job_management/_thread_worker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import logging
77
from abc import ABC, abstractmethod
88
from dataclasses import dataclass, field
9-
from typing import Any, Dict, List, Optional, Tuple, override
9+
from typing import Any, Dict, List, Optional, Tuple
1010

1111
import openeo
1212

@@ -94,7 +94,6 @@ class _JobStartTask(ConnectedTask):
9494
Task for starting an openEO batch job (the `POST /jobs/<job_id>/result` request).
9595
"""
9696

97-
@override
9897
def execute(self) -> _TaskResult:
9998
"""
10099
Start job identified by `job_id` on the backend.

0 commit comments

Comments
 (0)