Some Fixes for pylint

This commit is contained in:
Mohamed ElKalioby
2024-01-25 14:06:49 +03:00
parent 0c16d2edee
commit 4d4d647d35
11 changed files with 27 additions and 35 deletions

View File

@@ -1,9 +1,8 @@
import pyotp
from .models import *
from .models import User_Keys
from . import TrustedDevice, U2F, FIDO2, totp
import simplejson
from django.shortcuts import HttpResponse
from mfa.views import verify, goto
from mfa.views import verify
def has_mfa(request, username):