diff --git a/aries_cloudagent/config/argparse.py b/aries_cloudagent/config/argparse.py index fed7e53441..2fd05ac6af 100644 --- a/aries_cloudagent/config/argparse.py +++ b/aries_cloudagent/config/argparse.py @@ -647,7 +647,7 @@ def add_arguments(self, parser: ArgumentParser): nargs="?", metavar="", env_var="ACAPY_UNIVERSAL_RESOLVER_BEARER_TOKEN", - help="Bearer token if universal resolver instance requires authentication.", + help="Bearer token if universal resolver instance requires authentication.", # noqa: E501 ), )