Skip to content

Commit

Permalink
Deleted more accidental lines
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwallis authored Oct 27, 2024
1 parent 40d8d53 commit d21f699
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions backend/scopeBackend/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,13 +447,7 @@ class TestView(viewsets.ModelViewSet):

def get_queryset(self):
return Response({"success":"Test view reached!"}, status=status.HTTP_200_OK)

<<<<<<< HEAD
<<<<<<< HEAD
# comment!
=======
=======
>>>>>>> 4bd4c5f16e01eaa11e64c9a5faad8d8a11ac19e9

class AiResponseView(viewsets.ModelViewSet):
permission_classes = [IsAuthenticated]
serializer_class = AiResponseSerializer
Expand Down

0 comments on commit d21f699

Please sign in to comment.