Skip to content

Commit 4a83d4c

Browse files
smithdc1auvipy
authored andcommitted
Passing providing_args into Signal is deprecated
For documentation only -- left in code as a comment
1 parent 8e75ad7 commit 4a83d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/signals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from django.dispatch import Signal
22

33

4-
app_authorized = Signal(providing_args=["request", "token"])
4+
app_authorized = Signal() # providing_args=["request", "token"]

0 commit comments

Comments
 (0)