Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit e365122

Browse files
committed
Corrected import of importer.
1 parent 40a58d9 commit e365122

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/oidcmsg/oidc/identity_assurance.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
import datetime
33
import json
44

5-
from oidcendpoint.util import importer
6-
75
from oidcmsg.message import OPTIONAL_MESSAGE
86
from oidcmsg.message import SINGLE_OPTIONAL_JSON
97
from oidcmsg.message import SINGLE_OPTIONAL_STRING
@@ -19,6 +17,7 @@
1917
from oidcmsg.oidc import claims_request_deser
2018
from oidcmsg.oidc import deserialize_from_one_of
2119
from oidcmsg.oidc import msg_ser_json
20+
from oidcmsg.storage import importer
2221

2322

2423
class PlaceOfBirth(Message):

0 commit comments

Comments
 (0)