Skip to content

Commit

Permalink
Fix url_join import
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jan 31, 2025
1 parent c3cfd2d commit b7a5e03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
import pytest
import requests
from openeo.rest import OpenEoApiError, OpenEoRestError
from openeo.rest.connection import url_join
from openeo.util import rfc3339
from openeo.util import rfc3339, url_join
from openeo_driver.backend import ServiceMetadata
from openeo_driver.errors import (
JobNotFinishedException,
Expand Down

0 comments on commit b7a5e03

Please sign in to comment.