Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed Dec 4, 2024
1 parent 04cd4b3 commit 1ffc5f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/tests/services/issuer/test_issuer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
import app.routes.issuer as test_module
from app.dependencies.auth import AcaPyAuth
from app.exceptions import CloudApiException
from app.models.issuer import CredentialBase, IndyCredential, RevokeCredential
from app.services import revocation_registry
from app.models.issuer import CredentialBase, IndyCredential
from app.services.issuer.acapy_issuer_v2 import IssuerV2
from app.tests.util.mock import to_async
from shared.models.credential_exchange import CredentialExchange
Expand Down

0 comments on commit 1ffc5f5

Please sign in to comment.