Files
django-stubs/django-stubs/contrib/staticfiles/checks.pyi
T
2019-12-12 06:42:29 +03:00

8 lines
242 B
Python

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