X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/a0e85cc17c9d43c8472aba937a0134dd719456f1..cf98cff2a166eb35ed2c946e03f1610069bdd1d4:/nominatim/cli.py diff --git a/nominatim/cli.py b/nominatim/cli.py index 533a920e..5626deb4 100644 --- a/nominatim/cli.py +++ b/nominatim/cli.py @@ -103,7 +103,7 @@ class CommandlineParser: return 1 -##### Subcommand classes +# Subcommand classes # # Each class needs to implement two functions: add_args() adds the CLI parameters # for the subfunction, run() executes the subcommand.