]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/api/search/test_query_analyzer_factory.py
enable flake for Python tests
[nominatim.git] / test / python / api / search / test_query_analyzer_factory.py
index 42220b55958116a5ab6f26448e6a8431539e486f..933bdd1f73340c7e3a0a3915810cd9ab09ae7f8d 100644 (file)
@@ -2,18 +2,17 @@
 #
 # This file is part of Nominatim. (https://nominatim.org)
 #
-# Copyright (C) 2024 by the Nominatim developer community.
+# Copyright (C) 2025 by the Nominatim developer community.
 # For a full list of authors see the git log.
 """
 Tests for query analyzer creation.
 """
-from pathlib import Path
-
 import pytest
 
 from nominatim_api.search.query_analyzer_factory import make_query_analyzer
 from nominatim_api.search.icu_tokenizer import ICUQueryAnalyzer
 
+
 @pytest.mark.asyncio
 async def test_import_icu_tokenizer(table_factory, api):
     table_factory('nominatim_properties',