mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-26 03:27:15 +08:00
11 lines
260 B
Python
11 lines
260 B
Python
from django.core.checks.messages import Error
|
|
from typing import (
|
|
Any,
|
|
List,
|
|
)
|
|
|
|
|
|
def check_setting_app_dirs_loaders(app_configs: None, **kwargs) -> List[Any]: ...
|
|
|
|
|
|
def check_string_if_invalid_is_string(app_configs: None, **kwargs) -> List[Error]: ... |