]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/api/search/test_query.py
add deprecation warnings throughout docs
[nominatim.git] / test / python / api / search / test_query.py
index a4b328249b0a088d1bfd6059c3cdd867d478269a..c39094f0e8ac03c78d79828681c62993d4c0194c 100644 (file)
@@ -1,16 +1,15 @@
-
 # SPDX-License-Identifier: GPL-3.0-or-later
 #
 # 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.
 """
 Test data types for search queries.
 """
 import pytest
 
-import nominatim.api.search.query as nq
+import nominatim_api.search.query as nq
 
 def test_token_range_equal():
     assert nq.TokenRange(2, 3) == nq.TokenRange(2, 3)