diff --git a/conf/aggregator.dev.py b/conf/aggregator.dev.py index 0b13788..89bd12e 100644 --- a/conf/aggregator.dev.py +++ b/conf/aggregator.dev.py @@ -1,6 +1,6 @@ from openeo_driver.users.oidc import OidcProvider -from openeo_aggregator.config import AggregatorBackendConfig, AggregatorConfig +from openeo_aggregator.config import AggregatorBackendConfig _DEFAULT_OIDC_CLIENT_EGI = { "id": "openeo-platform-default-client", diff --git a/conf/aggregator.dummy.py b/conf/aggregator.dummy.py index 4bca55f..7d9428d 100644 --- a/conf/aggregator.dummy.py +++ b/conf/aggregator.dummy.py @@ -1,9 +1,10 @@ """ Dummy/example config """ + from openeo_driver.users.oidc import OidcProvider -from openeo_aggregator.config import AggregatorBackendConfig, AggregatorConfig +from openeo_aggregator.config import AggregatorBackendConfig config = AggregatorBackendConfig( id="aggregator-dummy", diff --git a/conf/aggregator.prod.py b/conf/aggregator.prod.py index b067363..73a2d0a 100644 --- a/conf/aggregator.prod.py +++ b/conf/aggregator.prod.py @@ -1,6 +1,6 @@ from openeo_driver.users.oidc import OidcProvider -from openeo_aggregator.config import AggregatorBackendConfig, AggregatorConfig +from openeo_aggregator.config import AggregatorBackendConfig _DEFAULT_OIDC_CLIENT_EGI = { "id": "openeo-platform-default-client",