From d969399423f214b04c10035e1d68a83745dc7afb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 30 Dec 2018 18:16:00 +0100 Subject: [PATCH] Remove self import --- otpauth/models.py | 1 - 1 file changed, 1 deletion(-) 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):