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

Commit e872ed1

Browse files
committed
Removed unused imports
1 parent bc9f2d2 commit e872ed1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/oidcmsg/message.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
from oidcmsg.exception import MissingSigningKey
2222
from oidcmsg.exception import NotAllowedValue
2323
from oidcmsg.exception import OidcMsgError
24-
from oidcmsg.exception import ParameterError
2524
from oidcmsg.exception import TooManyValues
26-
from oidcmsg.exception import WrongEncryptionAlgorithm
27-
from oidcmsg.exception import WrongSigningAlgorithm
2825

2926
logger = logging.getLogger(__name__)
3027

0 commit comments

Comments
 (0)