diff --git a/otpauth/models.py b/otpauth/models.py index 67ca611..5b17913 100644 --- a/otpauth/models.py +++ b/otpauth/models.py @@ -3,7 +3,6 @@ from django.contrib.auth.models import AbstractUser from rest_framework import exceptions from rest_framework import authentication -from otpauth.models import OTPSeed from otpauth.serializer import TokenSerializer class OTPSeed(AbstractUser):