From a995c88d0dcf4bd4068daffd4cae1401e00f02c0 Mon Sep 17 00:00:00 2001 From: vcai122 Date: Sun, 17 Nov 2024 11:51:31 -0500 Subject: [PATCH] lint --- backend/tests/user/test_notifs.py | 1 - 1 file changed, 1 deletion(-) 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