mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-19 02:15:59 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
4
django-stubs-generated/core/checks/database.pyi
Normal file
4
django-stubs-generated/core/checks/database.pyi
Normal file
@@ -0,0 +1,4 @@
|
||||
from typing import Any, List, Optional
|
||||
|
||||
|
||||
def check_database_backends(*args: Any, **kwargs: Any) -> List[Any]: ...
|
||||
Reference in New Issue
Block a user