We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa2a22 commit 88a26b7Copy full SHA for 88a26b7
2 files changed
src/oidcmsg/impexp.py
@@ -6,8 +6,8 @@
6
from cryptojwt.utils import importer
7
from cryptojwt.utils import qualified_name
8
9
-from oidcmsg.storage import DictType
10
from oidcmsg.message import Message
+from oidcmsg.storage import DictType
11
12
13
def fully_qualified_name(cls):
tests/test_21_abfile.py
@@ -3,8 +3,8 @@
3
4
import pytest
5
-from oidcmsg.storage.abfile import AbstractFileSystem
from oidcmsg.impexp import ImpExp
+from oidcmsg.storage.abfile import AbstractFileSystem
BASEDIR = os.path.abspath(os.path.dirname(__file__))
0 commit comments