diff --git a/surplus/surplus.py b/surplus/surplus.py index 3408243..d1639cf 100644 --- a/surplus/surplus.py +++ b/surplus/surplus.py @@ -1168,7 +1168,10 @@ def handle_args() -> Behaviour: "-u", "--user-agent", 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, ) parser.add_argument(