Skip to content

Commit

Permalink
Fix diverted change
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <jamiehalebc@gmail.com>
  • Loading branch information
jamshale committed Jul 2, 2024
1 parent f0173d3 commit 3c63b19
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions aries_cloudagent/anoncreds/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,7 @@ async def get_revocation_registry_definition(

@abstractmethod
async def get_revocation_list(
self,
profile: Profile,
revocation_registry_id: str,
timestamp_from: Optional[int] = 0,
timestamp_to: Optional[int] = None,
self, profile: Profile, revocation_registry_id: str, timestamp: int
) -> GetRevListResult:
"""Get a revocation list from the registry."""

Expand Down

0 comments on commit 3c63b19

Please sign in to comment.