mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-18 15:54:15 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
9
django-stubs-generated/utils/deconstruct.pyi
Normal file
9
django-stubs-generated/utils/deconstruct.pyi
Normal file
@@ -0,0 +1,9 @@
|
||||
from typing import Any, Optional, Type, Union
|
||||
|
||||
from django.contrib.postgres.validators import KeysValidator
|
||||
from django.core.validators import RegexValidator
|
||||
|
||||
|
||||
def deconstructible(
|
||||
*args: Any, path: Optional[Any] = ...
|
||||
) -> Type[Union[KeysValidator, RegexValidator]]: ...
|
||||
Reference in New Issue
Block a user