This commit is contained in:
Nico Schottelius 2018-12-30 18:20:24 +01:00
parent d969399423
commit dabe6a08ac
1 changed files with 2 additions and 2 deletions

View File

@ -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):