diff --git a/aries_cloudagent/anoncreds/revocation.py b/aries_cloudagent/anoncreds/revocation.py index 9deeb562e7..13dea2c82b 100644 --- a/aries_cloudagent/anoncreds/revocation.py +++ b/aries_cloudagent/anoncreds/revocation.py @@ -498,9 +498,7 @@ async def store_revocation_registry_list(self, result: RevListResult): "Error saving new revocation registry" ) from err - async def finish_revocation_list( - self, job_id: str, rev_reg_def_id: str - ): + async def finish_revocation_list(self, job_id: str, rev_reg_def_id: str): """Mark a revocation list as finished.""" async with self.profile.transaction() as txn: await self._finish_registration(