Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Jun 17, 2021
1 parent b911fe3 commit 0710ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/wallet/indy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Indy implementation of BaseWallet interface."""

from aries_cloudagent.storage.record import StorageRecord
import json

from typing import List, Sequence, Tuple, Union
Expand All @@ -20,6 +19,7 @@
from ..ledger.error import LedgerConfigError
from ..storage.indy import IndySdkStorage
from ..storage.error import StorageDuplicateError, StorageNotFoundError
from ..storage.record import StorageRecord

from .base import BaseWallet
from .crypto import (
Expand Down

0 comments on commit 0710ea7

Please sign in to comment.