Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit 46357cd

Browse files
committed
chore: Fix black formatting issues
Signed-off-by: Colton Wolkins (Indicio work address) <[email protected]>
1 parent aa096f0 commit 46357cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

int/tests/test_holder.py

+4
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,21 @@ async def issuer_holder_connection(backchannel: Client, connection):
5353
)
5454
return invitation_created, connection_created
5555

56+
5657
def version_generator():
5758
version = 6
5859
while True:
5960
yield f"1.{version}"
6061
version += 1
6162

63+
6264
version_gen = version_generator()
6365

66+
6467
def get_version():
6568
return next(version_gen)
6669

70+
6771
@pytest.fixture
6872
async def issue_credential(
6973
backchannel: Client,

0 commit comments

Comments
 (0)