Skip to content

Commit 3889b8f

Browse files
committed
Lint to PEP
1 parent 062c65b commit 3889b8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

aries_cloudcontroller/controllers/issuer.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ def __init__(
2727

2828
# Fetch all credential exchange records
2929
async def get_records(
30-
self,
31-
connection_id: str = None,
32-
thread_id: str = None,
33-
state: str = None,
34-
role: str = None,
30+
self,
31+
connection_id: str = None,
32+
thread_id: str = None,
33+
state: str = None,
34+
role: str = None,
3535
):
3636
params = {}
3737
if connection_id:

0 commit comments

Comments
 (0)