From 50a9465445a1418e4bd0d2437ed6ab2778f9936d Mon Sep 17 00:00:00 2001
From: Elke Kreim <elke.kreim@hs-hannover.de>
Date: Mon, 24 Apr 2023 10:29:23 +0200
Subject: [PATCH] Remove providing_args for django.dispatch.Signal

---
 postgrestutils/signals.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/postgrestutils/signals.py b/postgrestutils/signals.py
index 76d5000..b4c51e2 100644
--- a/postgrestutils/signals.py
+++ b/postgrestutils/signals.py
@@ -1,3 +1,3 @@
 import django.dispatch
 
-user_account_fetched = django.dispatch.Signal(providing_args=["request", "account"])
+user_account_fetched = django.dispatch.Signal()
-- 
GitLab