Skip to content

Commit

Permalink
Fix formatting in argparse.py
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
  • Loading branch information
esune committed May 9, 2024
1 parent 955f777 commit d0830e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/config/argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ def add_arguments(self, parser: ArgumentParser):
nargs="?",
metavar="<universal_resolver_token>",
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
),
)

Expand Down

0 comments on commit d0830e6

Please sign in to comment.