Skip to content

Commit 4afe7d0

Browse files
committed
fixed FLAKE8 on webhook object
Signed-off-by: Victor Lee <victorlee0505@gmail.com>
1 parent 315a044 commit 4afe7d0

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

aries_cloudagent/protocols/issue_credential/v1_0/messages/credential_exchange_webhook.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""v1.0 credential exchange light weight webhook"""
1+
"""v1.0 credential exchange light weight webhook."""
2+
23

34
class LightWeightV10CredentialExchangeWebhook:
45
"""Class representing a state only credential exchange webhook."""
@@ -33,7 +34,8 @@ def __init__(
3334
**kwargs,
3435
):
3536
"""
36-
Initialize webhook object from V10CredentialExchange
37+
Initialize webhook object from V10CredentialExchange.
38+
3739
from a list of accepted attributes.
3840
"""
3941
[

aries_cloudagent/protocols/issue_credential/v2_0/messages/cred_ex_record_webhook.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""v2.0 credential exchange light weight webhook"""
1+
"""v2.0 credential exchange light weight webhook."""
2+
23

34
class LightWeightV20CredExRecordWebhook:
45
"""Class representing a state only credential exchange webhook."""
@@ -33,7 +34,8 @@ def __init__(
3334
**kwargs,
3435
):
3536
"""
36-
Initialize webhook object from V20CredExRecord
37+
Initialize webhook object from V20CredExRecord.
38+
3739
from a list of accepted attributes.
3840
"""
3941
[

0 commit comments

Comments
 (0)