avoid star imports

This commit is contained in:
Tobias Bengfort
2021-06-23 08:39:36 +02:00
parent 174dba2878
commit 34fcca57c8
7 changed files with 9 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ import simplejson
from django.shortcuts import HttpResponse
from . import FIDO2, U2F, TrustedDevice, totp
from .models import *
from .models import User_Keys
from .views import goto, verify