mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-19 14:59:51 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from typing import Any, List, Optional
|
||||
|
||||
from django.core.checks.messages import Warning
|
||||
|
||||
|
||||
def check_all_models(
|
||||
app_configs: None = ..., **kwargs: Any
|
||||
) -> List[Warning]: ...
|
||||
def check_lazy_references(
|
||||
app_configs: None = ..., **kwargs: Any
|
||||
) -> List[Any]: ...
|
||||
Reference in New Issue
Block a user