X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c06a1d007a4e67ab5caf5bf63d351f83e4e54ab6..109af0ef1c55421a166fd2d45586d04fe7f6f969:/test/python/test_tools_admin.py diff --git a/test/python/test_tools_admin.py b/test/python/test_tools_admin.py index 646d6755..bd47e0e4 100644 --- a/test/python/test_tools_admin.py +++ b/test/python/test_tools_admin.py @@ -10,7 +10,6 @@ from nominatim.tools import admin def create_placex_table(placex_table): """ All tests in this module require the placex table to be set up. """ - pass def test_analyse_indexing_no_objects(temp_db_conn):