We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40837b0 commit d04e7a7Copy full SHA for d04e7a7
authentication/tests/tests.py
@@ -2,7 +2,6 @@
2
from unittest.mock import patch
3
from rest_framework.test import APIClient
4
from rest_framework import status
5
-from rest_framework.response import Response
6
from authentication.services.cognito_service import CognitoService
7
from authentication.models import User
8
from authentication.views import ProfileView
0 commit comments