X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3bf3b894eaddd4f17f7e92353af6b2aa6200ab20..f289db9bfe21c5a725e751be98e2b824026e2310:/test/python/utils/test_centroid.py diff --git a/test/python/utils/test_centroid.py b/test/python/utils/test_centroid.py index 63d967e7..bac0edb3 100644 --- a/test/python/utils/test_centroid.py +++ b/test/python/utils/test_centroid.py @@ -1,15 +1,15 @@ -# SPDX-License-Identifier: GPL-2.0-only +# SPDX-License-Identifier: GPL-3.0-or-later # # This file is part of Nominatim. (https://nominatim.org) # -# Copyright (C) 2022 by the Nominatim developer community. +# Copyright (C) 2024 by the Nominatim developer community. # For a full list of authors see the git log. """ Tests for centroid computation. """ import pytest -from nominatim.utils.centroid import PointsCentroid +from nominatim_db.utils.centroid import PointsCentroid def test_empty_set(): c = PointsCentroid()