Remove self import
This commit is contained in:
parent
fc9e14dd5d
commit
d969399423
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ from django.contrib.auth.models import AbstractUser
|
||||||
|
|
||||||
from rest_framework import exceptions
|
from rest_framework import exceptions
|
||||||
from rest_framework import authentication
|
from rest_framework import authentication
|
||||||
from otpauth.models import OTPSeed
|
|
||||||
from otpauth.serializer import TokenSerializer
|
from otpauth.serializer import TokenSerializer
|
||||||
|
|
||||||
class OTPSeed(AbstractUser):
|
class OTPSeed(AbstractUser):
|
||||||
|
|
Loading…
Reference in a new issue