Skip to content

Commit 98fac73

Browse files
committed
format
1 parent 5074c4b commit 98fac73

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pycardano/cip/cip8.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ def sign(
9797
signing_key.sign(msg._sig_structure),
9898
]
9999

100-
encoded = dumps(
101-
CBORTag(msg.cbor_tag, _message), default=msg._custom_cbor_encoder
102-
)
100+
encoded = dumps(CBORTag(msg.cbor_tag, _message), default=msg._custom_cbor_encoder)
103101

104102
# turn the enocded message into a hex string and remove the first byte
105103
# which is always "d2"

0 commit comments

Comments
 (0)