mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-24 04:41:31 +08:00
7 lines
166 B
Python
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]: ...
|