Skip to content

Commit

Permalink
fix: wrong import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigaszi committed Nov 5, 2024
1 parent cee2ce2 commit 74229c0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
import plotly.graph_objects as pgo
import plotly.io as pio
import pytest
from indicators.attribute_completeness.indicator import AttributeCompleteness

from ohsome_quality_api.indicators.attribute_completeness.indicator import (
AttributeCompleteness,
)
from tests.integrationtests.utils import get_topic_fixture, oqapi_vcr


Expand Down

0 comments on commit 74229c0

Please sign in to comment.