Skip to content

Commit

Permalink
Test push
Browse files Browse the repository at this point in the history
  • Loading branch information
chouhanaryan committed Jun 28, 2021
1 parent ca6e819 commit 4c176c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BEProjectsApp/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .permissions import IsUserOrReadOnly, Permit
from .filters import BrowseProjectFilter, ProjectFilter

from rest_framework import generics, status, viewsets, mixins, filters, serializers
from rest_framework import generics, status, viewsets
from django.contrib.auth import authenticate, login
from rest_framework.authentication import TokenAuthentication
from rest_framework.authtoken.models import Token
Expand Down

0 comments on commit 4c176c7

Please sign in to comment.