mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-23 12:21:28 +08:00
third iteration of stubs
This commit is contained in:
@@ -22,4 +22,4 @@ class Command(BaseCommand):
|
||||
def handle(self, *args: Any, **options: Any) -> None: ...
|
||||
def get_input_data(
|
||||
self, field: Field, message: str, default: Optional[str] = ...
|
||||
) -> Optional[Union[str, int]]: ...
|
||||
) -> Optional[Union[int, str]]: ...
|
||||
|
||||
Reference in New Issue
Block a user