Skip to content

Commit 269f91c

Browse files
changed typing in join_url
1 parent efb94f4 commit 269f91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openeo/extra/stac_job_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def _upload_items_bulk(self, collection_id: str, items: Iterable[Item]) -> None:
242242
for _ in concurrent.futures.as_completed(futures):
243243
continue
244244

245-
def join_url(self, url_path: Union[str, list[str]]) -> str:
245+
def join_url(self, url_path: str) -> str:
246246
"""Create a URL from the base_url and the url_path.
247247
248248
:param url_path: same as in join_path

0 commit comments

Comments
 (0)