Skip to content

Commit

Permalink
argparse.py fixed black code format
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Lee <[email protected]>
  • Loading branch information
victorlee0505 committed Feb 25, 2023
1 parent 42cd008 commit 89fc813
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions aries_cloudagent/config/argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,7 @@ def add_arguments(self, parser: ArgumentParser):
"--debug-webhooks",
action="store_true",
env_var="ACAPY_DEBUG_WEBHOOKS",
help=(
"Emit protocol state object as webhook. "
"Default: false."
),
help=("Emit protocol state object as webhook. " "Default: false."),
)
parser.add_argument(
"--invite",
Expand Down

0 comments on commit 89fc813

Please sign in to comment.