Skip to content

Commit

Permalink
Remove puyrely documental providing-args argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Feb 1, 2022
1 parent 2030074 commit 1b8efb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion survey/signals.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import django.dispatch

survey_completed = django.dispatch.Signal(providing_args=["instance", "data"])
# providing_args=["instance", "data"]
survey_completed = django.dispatch.Signal()

0 comments on commit 1b8efb0

Please sign in to comment.