Skip to content

Commit 594e0ac

Browse files
committed
Code formatting with black
Signed-off-by: Victor Lee <victorlee0505@gmail.com>
1 parent 34c9805 commit 594e0ac

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
"""Constants for --light-weight-webhook flags"""
2-
REMOVE_KEY=["credential_request", "cred_request", "credential_proposal", "cred_proposal", "credential_offer", "cred_offer", "credential_preview", "cred_preview", "values", "credentials~attach", "offers~attach"]
2+
REMOVE_KEY = [
3+
"credential_request",
4+
"cred_request",
5+
"credential_proposal",
6+
"cred_proposal",
7+
"credential_offer",
8+
"cred_offer",
9+
"credential_preview",
10+
"cred_preview",
11+
"values",
12+
"credentials~attach",
13+
"offers~attach",
14+
]

aries_cloudagent/transport/outbound/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
)
2828
from .message import OutboundMessage
2929

30-
from .constants import ( REMOVE_KEY )
30+
from .constants import REMOVE_KEY
3131

3232
LOGGER = logging.getLogger(__name__)
3333
MODULE_BASE_PATH = "aries_cloudagent.transport.outbound"

0 commit comments

Comments
 (0)