mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 14:01:56 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
4
django-stubs-generated/contrib/admin/decorators.pyi
Normal file
4
django-stubs-generated/contrib/admin/decorators.pyi
Normal file
@@ -0,0 +1,4 @@
|
||||
from typing import Any, Callable, Optional
|
||||
|
||||
|
||||
def register(*models: Any, site: Optional[Any] = ...) -> Callable: ...
|
||||
Reference in New Issue
Block a user