all: sort imports and cleanup

This commit is contained in:
Jens Langhammer
2020-02-20 17:23:05 +01:00
parent 14e0a17dbc
commit 0b5caa85f5
8 changed files with 9 additions and 8 deletions

View File

@ -2,8 +2,8 @@
from django.db import models
from django.utils.translation import gettext as _
from passbook.core.types import UIUserSettings
from passbook.core.models import Factor
from passbook.core.types import UIUserSettings
class OTPFactor(Factor):