Skip to content

Commit aa839f9

Browse files
committed
Added missing import
1 parent 1a0ab44 commit aa839f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rest_auth/registration/views.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from django.utils.translation import ugettext_lazy as _
2+
13
from rest_framework.views import APIView
24
from rest_framework.response import Response
35
from rest_framework.permissions import AllowAny

0 commit comments

Comments
 (0)