X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a6b4e8ff6712f7d38cf32d28ff9f6bbd6545e530..5617bffe2fcf527365bcd801304180e1cc07cb98:/test/python/tokenizer/sanitizers/test_clean_housenumbers.py?ds=sidebyside diff --git a/test/python/tokenizer/sanitizers/test_clean_housenumbers.py b/test/python/tokenizer/sanitizers/test_clean_housenumbers.py index 34cc7413..128e1201 100644 --- a/test/python/tokenizer/sanitizers/test_clean_housenumbers.py +++ b/test/python/tokenizer/sanitizers/test_clean_housenumbers.py @@ -10,7 +10,7 @@ Tests for the sanitizer that normalizes housenumbers. import pytest from nominatim.tokenizer.place_sanitizer import PlaceSanitizer -from nominatim.indexer.place_info import PlaceInfo +from nominatim.data.place_info import PlaceInfo @pytest.fixture def sanitize(request):