Files
django-stubs/django-stubs-generated/contrib/staticfiles/checks.pyi
2018-11-10 17:49:18 +03:00

7 lines
166 B
Python

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