X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/32683f73c787464e16f2a146d4c08c4041087dd5..c7fd0a7af4ce261e61feb0e63d0a6db736280081:/test/python/test_tools_refresh_address_levels.py diff --git a/test/python/test_tools_refresh_address_levels.py b/test/python/test_tools_refresh_address_levels.py index 87e34c61..2bd91720 100644 --- a/test/python/test_tools_refresh_address_levels.py +++ b/test/python/test_tools_refresh_address_levels.py @@ -2,9 +2,10 @@ Tests for function for importing address ranks. """ import json -import pytest from pathlib import Path +import pytest + from nominatim.tools.refresh import load_address_levels, load_address_levels_from_file def test_load_ranks_def_config(temp_db_conn, temp_db_cursor, def_config):