diff --git a/tests/integrationtests/indicators/test_attribute_completeness.py b/tests/integrationtests/indicators/test_attribute_completeness.py index c434bd4ec..5bdd6bce4 100644 --- a/tests/integrationtests/indicators/test_attribute_completeness.py +++ b/tests/integrationtests/indicators/test_attribute_completeness.py @@ -7,8 +7,8 @@ import plotly.io as pio import pytest from approvaltests import verify -from attributes.definitions import get_attributes +from ohsome_quality_api.attributes.definitions import get_attributes from ohsome_quality_api.indicators.attribute_completeness.indicator import ( AttributeCompleteness, )