Skip to content

Commit

Permalink
Fix test import
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Feb 8, 2024
1 parent c6c3ca6 commit 869fd3d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions aries_cloudagent/anoncreds/tests/test_revocation_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

import pytest

from ...askar.profile_anon import (
AskarAnoncredsProfile,
)
from ...core.in_memory.profile import (
InMemoryProfile,
)
from aries_cloudagent.tests import mock

from ...askar.profile_anon import AskarAnoncredsProfile
from ...core.in_memory.profile import InMemoryProfile
from .. import revocation_setup as test_module
from ..events import (
CredDefFinishedEvent,
Expand All @@ -17,7 +15,6 @@
)
from ..models.anoncreds_revocation import RevRegDef, RevRegDefValue
from ..revocation import AnonCredsRevocation
from ..tests import mock


@pytest.mark.anoncreds
Expand Down

0 comments on commit 869fd3d

Please sign in to comment.