]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/api/test_api_details.py
work round typing bug in pyosmium 4.0
[nominatim.git] / test / python / api / test_api_details.py
index 596876d4503dac42d94ab8a06d4cd3f74154a41c..7f405728b284536ce6d221c857b0bbc27c46bed0 100644 (file)
@@ -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 details API call.
@@ -11,7 +11,7 @@ import datetime as dt
 
 import pytest
 
-import nominatim.api as napi
+import nominatim_api as napi
 
 @pytest.mark.parametrize('idobj', (napi.PlaceID(332), napi.OsmID('W', 4),
                                    napi.OsmID('W', 4, 'highway')))