Skip to content

Commit 6e0365c

Browse files
committed
linting
Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca>
1 parent b58faf5 commit 6e0365c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

acapy_agent/anoncreds/revocation/revocation.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,8 +1508,9 @@ async def decommission_registry(self, cred_def_id: str) -> list:
15081508
if new_reg and not isinstance(new_reg, str):
15091509
new_rev_reg_def_id = new_reg.rev_reg_def_id
15101510
# Store the registry definition synchronously before setting it as active
1511-
# This ensures the registry is available in the wallet when set_active_registry
1512-
# tries to fetch it, avoiding a race condition with async event processing
1511+
# This ensures the registry is available in the wallet when
1512+
# set_active_registry tries to fetch it, avoiding a race condition
1513+
# with async event processing
15131514
await self.store_revocation_registry_definition(new_reg)
15141515
await self.set_active_registry(new_rev_reg_def_id)
15151516
else:

0 commit comments

Comments
 (0)