fix unused imports

This commit is contained in:
Tobias Bengfort
2021-06-23 08:43:09 +02:00
parent 34fcca57c8
commit 84f93444a3
5 changed files with 3 additions and 7 deletions

View File

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