From 403583076565214f69b2d0b0171913ef970ddb4e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 10:44:11 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- auditlog_tests/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/auditlog_tests/tests.py b/auditlog_tests/tests.py index 7f93e2d..e16074c 100644 --- a/auditlog_tests/tests.py +++ b/auditlog_tests/tests.py @@ -2447,7 +2447,6 @@ class SignalTests(TestCase): self.assertEqual(LogEntry.objects.count(), log_count) - def test_custom_signals_update(self): def pre_log_receiver(sender, instance, action, **_kwargs): self.my_pre_log_data["is_called"] = True