Remove self import

This commit is contained in:
Nico Schottelius 2018-12-30 18:16:00 +01:00
parent fc9e14dd5d
commit d969399423
1 changed files with 0 additions and 1 deletions

View File

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