Skip to content

Commit

Permalink
Moved controller files
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <[email protected]>
  • Loading branch information
esune committed Dec 4, 2024
1 parent 28f237d commit 1f2abfe
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion oidc-controller/api/core/acapy/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ..aries import OutOfBandMessage
from . import OutOfBandMessage

from pydantic import BaseModel

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import base64

from pydantic import BaseModel, ConfigDict, Field
from api.core.aries import PresentProofv20Attachment, ServiceDecorator
from api.core.acapy import PresentProofv20Attachment, ServiceDecorator


class PresentationRequestMessage(BaseModel):
Expand Down
2 changes: 1 addition & 1 deletion oidc-controller/api/routers/oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from ..authSessions.crud import AuthSessionCreate, AuthSessionCRUD
from ..authSessions.models import AuthSessionPatch, AuthSessionState, AuthSession
from ..core.acapy.client import AcapyClient
from ..core.aries import (
from ..core.acapy import (
PresentationRequestMessage,
PresentProofv20Attachment,
ServiceDecorator,
Expand Down

0 comments on commit 1f2abfe

Please sign in to comment.