Skip to content

Commit

Permalink
changed typing in join_url
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentVerelst committed Dec 5, 2024
1 parent efb94f4 commit 269f91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openeo/extra/stac_job_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def _upload_items_bulk(self, collection_id: str, items: Iterable[Item]) -> None:
for _ in concurrent.futures.as_completed(futures):
continue

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

0 comments on commit 269f91c

Please sign in to comment.