Skip to content

Commit 3c2b08c

Browse files
committed
fix annotations
#467
1 parent 29754a1 commit 3c2b08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openeo/rest/datacube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ def load_collection(
217217
load_collection, name="create_collection", since="0.4.6"
218218
)
219219

220-
@deprecated(reason="Depends on non-standard process, replace with :py:meth:`openeo.rest.connection.Connection.load_stac` where possible.",version="0.25.0")
221220
@classmethod
221+
@deprecated(reason="Depends on non-standard process, replace with :py:meth:`openeo.rest.connection.Connection.load_stac` where possible.",version="0.25.0")
222222
def load_disk_collection(cls, connection: Connection, file_format: str, glob_pattern: str, **options) -> DataCube:
223223
"""
224224
Loads image data from disk as a DataCube.

0 commit comments

Comments
 (0)