Skip to content

Commit

Permalink
Code formatting with black
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlee0505 committed Sep 14, 2022
1 parent 34c9805 commit 23a32af
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion aries_cloudagent/transport/outbound/constants.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
"""Constants for --light-weight-webhook flags"""
REMOVE_KEY=["credential_request", "cred_request", "credential_proposal", "cred_proposal", "credential_offer", "cred_offer", "credential_preview", "cred_preview", "values", "credentials~attach", "offers~attach"]
REMOVE_KEY = [
"credential_request",
"cred_request",
"credential_proposal",
"cred_proposal",
"credential_offer",
"cred_offer",
"credential_preview",
"cred_preview",
"values",
"credentials~attach",
"offers~attach",
]
2 changes: 1 addition & 1 deletion aries_cloudagent/transport/outbound/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
)
from .message import OutboundMessage

from .constants import ( REMOVE_KEY )
from .constants import REMOVE_KEY

LOGGER = logging.getLogger(__name__)
MODULE_BASE_PATH = "aries_cloudagent.transport.outbound"
Expand Down

0 comments on commit 23a32af

Please sign in to comment.