Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
Signed-off-by: PatStLouis <[email protected]>
  • Loading branch information
PatStLouis committed Sep 28, 2024
1 parent ca1e9a5 commit bcd43a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion aries_cloudagent/wallet/keys/tests/test_key_operations.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
"""Test MultikeypManager."""

from unittest import IsolatedAsyncioTestCase
from aries_cloudagent.wallet.keys.manager import MultikeyManager, multikey_to_verkey, verkey_to_multikey
from aries_cloudagent.wallet.keys.manager import (
MultikeyManager,
multikey_to_verkey,
verkey_to_multikey,
)
from aries_cloudagent.core.in_memory import InMemoryProfile


Expand Down

0 comments on commit bcd43a6

Please sign in to comment.