Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ajatprabha authored Mar 28, 2019
1 parent 20d4017 commit bf6c195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from rest_framework.response import Response
from rest_framework import status
from django.shortcuts import get_object_or_404
from account.api.permissions import IsApprovedMentor, IsStudent
from account.api.permissions import IsApprovedMentor
from project.api.serializers import ProjectSerializer, StudentProposalSerializer, StudentProposalApproveSerializer
from project.models import StudentProposal, Project

Expand Down

0 comments on commit bf6c195

Please sign in to comment.