mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +08:00
run black
This commit is contained in:
@@ -3,5 +3,4 @@ from typing import Any, Generator, MutableMapping, Tuple, Type, Union
|
||||
from django.db.models.base import Model
|
||||
|
||||
def make_model_tuple(model: Union[Type[Model], str]) -> Tuple[str, str]: ...
|
||||
|
||||
def resolve_callables(mapping: MutableMapping[str, Any]) -> Generator[Tuple[str, Any], None, None]: ...
|
||||
|
||||
Reference in New Issue
Block a user