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

Commit 73fa928

Browse files
committed
Removed persistent storage modules.
1 parent c90f454 commit 73fa928

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/oidcmsg/item.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
from typing import List
22
from typing import Optional
33

4+
from cryptojwt.utils import importer
5+
from cryptojwt.utils import qualified_name
6+
47
from oidcmsg.impexp import ImpExp
58
from oidcmsg.message import Message
6-
from oidcmsg.storage import importer
7-
from oidcmsg.storage.utils import qualified_name
89

910

1011
class DLDict(ImpExp):

src/oidcmsg/oidc/identity_assurance.py

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

5+
from cryptojwt.utils import importer
6+
57
from oidcmsg.message import OPTIONAL_MESSAGE
68
from oidcmsg.message import SINGLE_OPTIONAL_JSON
79
from oidcmsg.message import SINGLE_OPTIONAL_STRING
@@ -17,7 +19,6 @@
1719
from oidcmsg.oidc import claims_request_deser
1820
from oidcmsg.oidc import deserialize_from_one_of
1921
from oidcmsg.oidc import msg_ser_json
20-
from oidcmsg.storage import importer
2122

2223

2324
class PlaceOfBirth(Message):

0 commit comments

Comments
 (0)