From a4074a9a7cb02a43732131dda865cc8e250df034 Mon Sep 17 00:00:00 2001 From: Gigaszi Date: Tue, 7 Jan 2025 12:14:32 +0100 Subject: [PATCH] fix: wrong import path --- .../integrationtests/indicators/test_attribute_completeness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )