We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422af54 commit d414361Copy full SHA for d414361
tests/rest/test_job.py
@@ -1,4 +1,3 @@
1
-import inspect
2
import itertools
3
import json
4
import logging
@@ -9,16 +8,10 @@
9
8
10
import pytest
11
import requests
12
-from charset_normalizer import from_bytes
13
14
import openeo
15
import openeo.rest.job
16
-from openeo.rest import (
17
- DEFAULT_DOWNLOAD_CHUNK_SIZE,
18
- JobFailedException,
19
- OpenEoApiPlainError,
20
- OpenEoClientException,
21
-)
+from openeo.rest import JobFailedException, OpenEoApiPlainError, OpenEoClientException
22
from openeo.rest.job import BatchJob, ResultAsset
23
from openeo.rest.models.general import Link
24
from openeo.rest.models.logs import LogEntry
0 commit comments