Skip to content

Commit e3c48ac

Browse files
committed
fix: faulty import
1 parent 0cb60b0 commit e3c48ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spid_cie_oidc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.7"
1+
__version__ = "0.8.8"

spid_cie_oidc/authority/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from spid_cie_oidc.entity.validators import validate_public_jwks
1818
from spid_cie_oidc.entity.utils import iat_now, exp_from_now
1919
from spid_cie_oidc.entity.settings import FEDERATION_DEFAULT_EXP
20-
from spid_cie_oidc.entity.views import get_first_self_trust_anchor
20+
from spid_cie_oidc.entity.models import get_first_self_trust_anchor
2121

2222
from . settings import FEDERATION_DEFAULT_POLICY
2323
from .validators import validate_entity_configuration

0 commit comments

Comments
 (0)