Skip to content

Commit af5ded0

Browse files
committed
Fix format
1 parent 453a720 commit af5ded0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

integration-test/test/test_certificate.py

+2-6
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,15 @@ def test_stake_delegation(self):
3939

4040
time.sleep(3)
4141

42-
stake_credential = StakeCredential(
43-
stake_key_pair.verification_key.hash()
44-
)
42+
stake_credential = StakeCredential(stake_key_pair.verification_key.hash())
4543
pool_hash = PoolKeyHash(bytes.fromhex(os.environ.get("POOL_ID").strip()))
4644

4745
drep = DRep(
4846
DRepKind.VERIFICATION_KEY_HASH,
4947
stake_key_pair.verification_key.hash(),
5048
)
5149

52-
drep_credential = DRepCredential(
53-
stake_key_pair.verification_key.hash()
54-
)
50+
drep_credential = DRepCredential(stake_key_pair.verification_key.hash())
5551

5652
anchor = Anchor(
5753
url="https://drep.com",

0 commit comments

Comments
 (0)