django.template.utils.get_app_template_dirs
return tuple missing type argument
#2265
Labels
bug
Something isn't working
Bug report
What's wrong
get_app_template_dirs
returns a tuple, but it's missing the type argument of the elements in the tuple:django-stubs/django-stubs/template/utils.pyi
Line 18 in 3f0da4f
How is that should be
Since commit
11b8c30
, this function has returned a tuple containingPath
elements.System information
python
version:django
version:mypy
version:django-stubs
version:django-stubs-ext
version:The text was updated successfully, but these errors were encountered: