Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Dec 3, 2024
1 parent a4ca303 commit a359869
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
jsonld,
messaging,
oob,
revocation,
sse,
trust_registry,
revocation,
verifier,
)
from app.routes.admin import tenants
Expand Down
6 changes: 1 addition & 5 deletions app/routes/issuer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
from app.dependencies.acapy_clients import client_from_auth
from app.dependencies.auth import AcaPyAuth, acapy_auth_from_header
from app.exceptions import CloudApiException
from app.models.issuer import (
CreateOffer,
CredentialType,
SendCredential,
)
from app.models.issuer import CreateOffer, CredentialType, SendCredential
from app.services.acapy_ledger import schema_id_from_credential_definition_id
from app.services.acapy_wallet import assert_public_did
from app.services.issuer.acapy_issuer_v2 import IssuerV2
Expand Down
1 change: 0 additions & 1 deletion app/routes/revocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
RevokedResponse,
)
from app.services import revocation_registry

from app.util.retry_method import coroutine_with_retry_until_value
from shared.log_config import get_logger

Expand Down

0 comments on commit a359869

Please sign in to comment.