Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha committed Oct 14, 2018
1 parent b109fd1 commit a9942f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account/api/views.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from rest_framework.viewsets import GenericViewSet
from rest_framework import mixins
from rest_framework.permissions import AllowAny, IsAuthenticated
from rest_framework.permissions import AllowAny
from rest_framework.decorators import action
from account.api.serializers import StudentProfileSerializer, MentorProfileSerializer
from account.api.serializers import UserSerializer, MentorsListSerializer
Expand Down

0 comments on commit a9942f8

Please sign in to comment.