Skip to content

Commit

Permalink
fix: wrong import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigaszi committed Jan 9, 2025
1 parent fc57a0c commit a4074a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit a4074a9

Please sign in to comment.