Skip to content

Commit

Permalink
Lint to PEP
Browse files Browse the repository at this point in the history
  • Loading branch information
morrieinmaas committed May 12, 2021
1 parent 062c65b commit 3889b8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions aries_cloudcontroller/controllers/issuer.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ def __init__(

# Fetch all credential exchange records
async def get_records(
self,
connection_id: str = None,
thread_id: str = None,
state: str = None,
role: str = None,
self,
connection_id: str = None,
thread_id: str = None,
state: str = None,
role: str = None,
):
params = {}
if connection_id:
Expand Down

0 comments on commit 3889b8f

Please sign in to comment.