Skip to content

Commit d04e7a7

Browse files
authored
Update tests.py
delete Response package
1 parent 40837b0 commit d04e7a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

authentication/tests/tests.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from unittest.mock import patch
33
from rest_framework.test import APIClient
44
from rest_framework import status
5-
from rest_framework.response import Response
65
from authentication.services.cognito_service import CognitoService
76
from authentication.models import User
87
from authentication.views import ProfileView

0 commit comments

Comments
 (0)