Skip to content

Commit 7e5adfa

Browse files
committed
fix: Remove unused import of load_strategy in test_pipeline.py
1 parent 0d84414 commit 7e5adfa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

auth_backends/tests/test_pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from unittest.mock import patch, MagicMock
44
from django.contrib.auth import get_user_model
55
from django.test import TestCase
6-
from social_django.utils import load_strategy
76

87
from auth_backends.pipeline import get_user_if_exists, update_email
98

0 commit comments

Comments
 (0)