Commit 93a6ef7
Fix Signal._live_receivers typing (#2475)
* Fix Signal._live_receivers typing
`_live_receivers` returns a tuple of two lists of callables since [support for async](django/django@e83a885#diff-65f7ef82645dcdb6a7898f2126781336c222437f65d3666c9d65b89edf725a6bR456) has been added.
* Update django-stubs/dispatch/dispatcher.pyi
---------
Co-authored-by: sobolevn <[email protected]>1 parent 977408a commit 93a6ef7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments