run black

This commit is contained in:
Maksim Kurnikov
2021-01-20 02:11:37 +03:00
parent 9a9a0123c7
commit 153613eddb

View File

@@ -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]: ...