Files
django-stubs/django-stubs-generated/contrib/staticfiles/checks.pyi
2018-12-03 18:52:44 +03:00

6 lines
165 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]: ...