X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/82970e2b4f4c5aed5fdd9c3bfc1016ee41afd55f..a28e158bddaed6c690c13df01bfd18a6dd647485:/test/python/api/test_api_reverse.py?ds=inline diff --git a/test/python/api/test_api_reverse.py b/test/python/api/test_api_reverse.py index 8f8b2dba..ff7f402b 100644 --- a/test/python/api/test_api_reverse.py +++ b/test/python/api/test_api_reverse.py @@ -2,7 +2,7 @@ # # This file is part of Nominatim. (https://nominatim.org) # -# Copyright (C) 2023 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 reverse API call. @@ -14,7 +14,7 @@ import json import pytest -import nominatim.api as napi +import nominatim_api as napi API_OPTIONS = {'reverse'}