diff --git a/postgrestutils/signals.py b/postgrestutils/signals.py
index 76d5000f1f6ae7614953e11a722ef9f35b7d4e75..b4c51e2636a00192768f679e254c6bb2c2657af5 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()