mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 08:17:08 +08:00
reformat with black
This commit is contained in:
@@ -5,4 +5,5 @@
|
||||
from typing import Any
|
||||
|
||||
from typing import Any, Tuple
|
||||
|
||||
def make_model_tuple(model: Any) -> Tuple[str, str]: ...
|
||||
|
||||
Reference in New Issue
Block a user