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

Commit 6b0196a

Browse files
committed
chore: removed unused imports
1 parent 91ccd76 commit 6b0196a

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/oidcop/oauth2/token.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from cryptojwt.jwe.exception import JWEException
66
from cryptojwt.jwt import utc_time_sans_frac
77

8-
from oidcmsg import oidc
98
from oidcmsg.message import Message
109
from oidcmsg.oauth2 import AccessTokenResponse
1110
from oidcmsg.oauth2 import ResponseMessage

src/oidcop/token/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from oidcop import rndstr
88
from oidcop.token.exception import UnknownToken
99
from oidcop.token.exception import WrongTokenClass
10-
from oidcop.token.exception import WrongTokenType
1110
from oidcop.util import Crypt
1211
from oidcop.util import lv_pack
1312
from oidcop.util import lv_unpack

src/oidcop/user_authn/user.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import inspect
44
import json
55
import logging
6-
import os
76
import sys
87
import time
98
import warnings

0 commit comments

Comments
 (0)