]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/test_tools_refresh_address_levels.py
port wikipedia importance functions to python
[nominatim.git] / test / python / test_tools_refresh_address_levels.py
index 87e34c6166990cb6fbefde16affd3dd363480c33..2bd917209ed517c3438d4417c7a29ebbb22dd9f1 100644 (file)
@@ -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):