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 pyotp
|
||||||
import otpauth
|
import otpauth
|
||||||
|
from rest_framework import serializers, exceptions
|
||||||
|
from otpauth.models import OTPSeed
|
||||||
|
|
||||||
# For accessing / modifying the data
|
# For accessing / modifying the data
|
||||||
class OTPSerializer(serializers.ModelSerializer):
|
class OTPSerializer(serializers.ModelSerializer):
|
||||||
|
|
Loading…
Add table
Reference in a new issue