Skip to content

Commit 454cf79

Browse files
issue693 run pre-commit
1 parent a4b79a0 commit 454cf79

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

openeo/rest/datacube.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,7 @@
6060
from openeo.rest.service import Service
6161
from openeo.rest.udp import RESTUserDefinedProcess
6262
from openeo.rest.vectorcube import VectorCube
63-
from openeo.util import (
64-
dict_no_none,
65-
guess_format,
66-
load_json,
67-
normalize_crs,
68-
rfc3339,
69-
)
63+
from openeo.util import dict_no_none, guess_format, load_json, normalize_crs, rfc3339
7064

7165
if typing.TYPE_CHECKING:
7266
# Imports for type checking only (circular import issue at runtime).

0 commit comments

Comments
 (0)