Fix linter errors

This commit is contained in:
Seamus Johnston 2022-09-29 11:30:07 -05:00
parent c7265285a8
commit f910563d11
No known key found for this signature in database
GPG key ID: 2F21225985069105
7 changed files with 101 additions and 61 deletions

View file

@ -7,7 +7,7 @@ import json
from django.conf import settings
from django.http import HttpResponseRedirect
from Cryptodome.PublicKey.RSA import importKey
from jwkest.jwk import RSAKey
from jwkest.jwk import RSAKey # type: ignore
from oic import oic, rndstr
from oic.oauth2 import ErrorResponse
from oic.oic import AuthorizationRequest, AuthorizationResponse, RegistrationResponse