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

Commit b896cfa

Browse files
committed
isort
1 parent 4e2aa78 commit b896cfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/oidcmsg/oidc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
from oidcmsg.exception import OidcMsgError
2828
from oidcmsg.exception import SchemeError
2929
from oidcmsg.exception import VerificationError
30-
from oidcmsg.message import Message
3130
from oidcmsg.message import OPTIONAL_LIST_OF_SP_SEP_STRINGS
3231
from oidcmsg.message import OPTIONAL_LIST_OF_STRINGS
3332
from oidcmsg.message import OPTIONAL_MESSAGE
@@ -37,6 +36,7 @@
3736
from oidcmsg.message import SINGLE_OPTIONAL_JSON
3837
from oidcmsg.message import SINGLE_OPTIONAL_STRING
3938
from oidcmsg.message import SINGLE_REQUIRED_STRING
39+
from oidcmsg.message import Message
4040
from oidcmsg.message import msg_ser
4141
from oidcmsg.oauth2 import ResponseMessage
4242
from oidcmsg.time_util import utc_time_sans_frac

src/oidcmsg/oidc/session.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import logging
22

33
from cryptojwt.exception import UnsupportedAlgorithm
4-
from oidcmsg.message import OPTIONAL_LIST_OF_SP_SEP_STRINGS
54

5+
from oidcmsg.message import OPTIONAL_LIST_OF_SP_SEP_STRINGS
66
from oidcmsg.time_util import utc_time_sans_frac
77

88
from ..exception import MessageException

0 commit comments

Comments
 (0)