move PlaceInfo into data submodule

This data structure is shared between indexer and tokenizer.
This commit is contained in:
Sarah Hoffmann
2022-07-06 10:54:47 +02:00
parent 69e51aebab
commit bce93d60bd
14 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ Tests for the sanitizer that normalizes postcodes.
import pytest
from nominatim.tokenizer.place_sanitizer import PlaceSanitizer
from nominatim.indexer.place_info import PlaceInfo
from nominatim.data.place_info import PlaceInfo
from nominatim.tools import country_info
@pytest.fixture