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

@@ -19,7 +19,7 @@ from u2flib_server.u2f import (
complete_registration,
)
from .models import *
from .models import User_Keys
from .views import login