s+: ruff comply

This commit is contained in:
Mark Joshwel 2024-03-26 18:52:05 +00:00
parent 4a2ea88fca
commit f73cee3684

View file

@ -1168,7 +1168,10 @@ def handle_args() -> Behaviour:
"-u", "-u",
"--user-agent", "--user-agent",
type=str, type=str,
help="user agent string to use for geocoding service, defaults to fingerprinted user agent string", help=(
"user agent string to use for geocoding service, "
"defaults to fingerprinted user agent string"
),
default=default_fingerprint, default=default_fingerprint,
) )
parser.add_argument( parser.add_argument(