diff --git a/openeo/extra/job_management.py b/openeo/extra/job_management.py index b4fbdb78f..3e67fc1f3 100644 --- a/openeo/extra/job_management.py +++ b/openeo/extra/job_management.py @@ -4,7 +4,7 @@ import logging import time from pathlib import Path -from typing import Callable, Dict, Optional, Union, NamedTuple +from typing import Callable, Dict, NamedTuple, Optional, Union import pandas as pd import requests