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