]> git.openstreetmap.org Git - nominatim.git/blobdiff - src/nominatim_db/indexer/progress.py
fix style issue found by flake8
[nominatim.git] / src / nominatim_db / indexer / progress.py
index 668dbd59f2ac068bb07eb82208556e6401cefc15..66c35f062c72d27061f193bff300e39760283e24 100644 (file)
@@ -14,6 +14,7 @@ LOG = logging.getLogger()
 
 INITIAL_PROGRESS = 10
 
+
 class ProgressLogger:
     """ Tracks and prints progress for the indexing process.
         `name` is the name of the indexing step being tracked.