diff --git a/backend/tests/user/test_notifs.py b/backend/tests/user/test_notifs.py index 82ebbbc9..1a884ea5 100644 --- a/backend/tests/user/test_notifs.py +++ b/backend/tests/user/test_notifs.py @@ -1,5 +1,4 @@ import json -from unittest import mock from django.contrib.auth import get_user_model from django.test import TestCase, TransactionTestCase