]> git.openstreetmap.org Git - nominatim.git/blobdiff - src/nominatim_db/tools/add_osm_data.py
fix style issue found by flake8
[nominatim.git] / src / nominatim_db / tools / add_osm_data.py
index f9e2e6486f400814a2553aa40942fae49a22f061..c7f2efe226cb6e4fabddb4e694dc512b18099bae 100644 (file)
@@ -18,6 +18,7 @@ from .exec_utils import run_osm2pgsql
 
 LOG = logging.getLogger()
 
+
 def _run_osm2pgsql(dsn: str, options: MutableMapping[str, Any]) -> None:
     run_osm2pgsql(options)