Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Feb 9, 2024
1 parent 382b8a5 commit d31e6c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions aries_cloudagent/anoncreds/revocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d31e6c0

Please sign in to comment.