Skip to content

Commit

Permalink
refactor: raname vp_format.py in vp_formats.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatore Laiso committed Dec 22, 2023
1 parent 75cc056 commit 5388fdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyeudiw/federation/schemas/wallet_relying_party.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import Any, List
from pyeudiw.jwk.schemas.jwk import JwksSchema
from pydantic import BaseModel, HttpUrl, PositiveInt
from pyeudiw.openid4vp.schemas.vp_format import VpFormats
from pyeudiw.openid4vp.schemas.vp_formats import VpFormats
from pyeudiw.presentation_exchange.schemas.oid4vc_presentation_definition import PresentationDefinition


Expand Down
File renamed without changes.

0 comments on commit 5388fdb

Please sign in to comment.