Files
django-stubs/django-stubs/contrib/staticfiles/checks.pyi

6 lines
155 B
Python

from typing import Any, List
from django.core.checks.messages import Error
def check_finders(app_configs: None = ..., **kwargs: Any) -> List[Error]: ...