mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 17:17:02 +02:00
Fix linter errors
This commit is contained in:
parent
c7265285a8
commit
f910563d11
7 changed files with 101 additions and 61 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue