[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-11-24 10:44:11 +00:00
parent bdaa1c780a
commit 4035830765

View file

@ -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