diff --git a/otpauth/serializer.py b/otpauth/serializer.py index 0683a98..08805b7 100644 --- a/otpauth/serializer.py +++ b/otpauth/serializer.py @@ -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):