Dinar Abdullin

Results 1 issues of Dinar Abdullin

Why does [this](https://github.com/typeddjango/django-stubs/blob/master/django-stubs/dispatch/dispatcher.pyi#L20) send method have to return `List[Tuple[Callable, Optional[str]]]`? I have a receiver that returns `List[Tuple[Callable, Dict[str, Any]]]` and I get this error: > Incompatible types in assignment (expression...