]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/steps/utils.py
enable flake for bdd test code
[nominatim.git] / test / bdd / steps / utils.py
index e789deff2aeb3424f12826b0fdd2e416ed85b35d..19ce7928428f3a1ea5a790f2d04d818a435be64d 100644 (file)
@@ -2,7 +2,7 @@
 #
 # This file is part of Nominatim. (https://nominatim.org)
 #
-# Copyright (C) 2022 by the Nominatim developer community.
+# Copyright (C) 2025 by the Nominatim developer community.
 # For a full list of authors see the git log.
 """
 Various smaller helps for step execution.
@@ -12,6 +12,7 @@ import subprocess
 
 LOG = logging.getLogger(__name__)
 
+
 def run_script(cmd, **kwargs):
     """ Run the given command, check that it is successful and output
         when necessary.