mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-16 00:37:11 +08:00
6 lines
155 B
Python
6 lines
155 B
Python
from typing import Any, List
|
|
|
|
from django.core.checks.messages import Error
|
|
|
|
def check_finders(app_configs: None = ..., **kwargs: Any) -> List[Error]: ...
|