reorder
This commit is contained in:
parent
d969399423
commit
dabe6a08ac
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
from rest_framework import serializers, exceptions
|
||||
from otpauth.models import OTPSeed
|
||||
import pyotp
|
||||
import otpauth
|
||||
from rest_framework import serializers, exceptions
|
||||
from otpauth.models import OTPSeed
|
||||
|
||||
# For accessing / modifying the data
|
||||
class OTPSerializer(serializers.ModelSerializer):
|
||||
|
|
Loading…
Reference in a new issue