Skip to content

Commit

Permalink
style: apply linters automatic fixes (#1166)
Browse files Browse the repository at this point in the history
Signed-off-by: Hyperledger Bot <[email protected]>
Co-authored-by: Hyperledger Bot <[email protected]>
  • Loading branch information
github-actions[bot] and hyperledger-bot authored Jun 10, 2024
1 parent a75c675 commit 453c692
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/st-oid4vci/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
ALICE_CLIENT_ID = "alice-wallet"

HOLDER_LONG_FORM_DID = "did:prism:73196107e806b084d44339c847a3ae8dd279562f23895583f62cc91a2ee5b8fe:CnsKeRI8CghtYXN0ZXItMBABSi4KCXNlY3AyNTZrMRIhArrplJNfQYxthryRU87XdODy-YWUh5mqrvIfAdoZFeJBEjkKBWtleS0wEAJKLgoJc2VjcDI1NmsxEiEC8rsFplfYvRLazdWWi3LNR1gaAQXb-adVhZacJT4ntwE"
HOLDER_ASSERTION_PRIVATE_KEY_HEX = "2902637d412190fb08f5d0e0b2efc1eefae8060ae151e7951b69afbecbdd452e"
HOLDER_ASSERTION_PRIVATE_KEY_HEX = (
"2902637d412190fb08f5d0e0b2efc1eefae8060ae151e7951b69afbecbdd452e"
)


def prepare_mock_server():
# reset mock server
Expand Down

0 comments on commit 453c692

Please sign in to comment.