mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 16:27:09 +08:00
black reformat, some fixes
This commit is contained in:
@@ -37,7 +37,11 @@ class Template:
|
||||
str,
|
||||
Dict[
|
||||
str,
|
||||
Optional[Union[Dict[str, str], List[Dict[str, Optional[Union[Dict[str, str], bool, str]]]], bool, str]],
|
||||
Optional[
|
||||
Union[
|
||||
Dict[str, str], List[Dict[str, Optional[Union[Dict[str, str], bool, str]]]], bool, str
|
||||
]
|
||||
],
|
||||
],
|
||||
],
|
||||
Dict[
|
||||
@@ -83,7 +87,13 @@ class Template:
|
||||
str,
|
||||
Union[
|
||||
Dict[str, str],
|
||||
List[Tuple[Optional[str], List[Dict[str, Union[Dict[str, Union[bool, str]], time, int, str]]], int]],
|
||||
List[
|
||||
Tuple[
|
||||
Optional[str],
|
||||
List[Dict[str, Union[Dict[str, Union[bool, str]], time, int, str]]],
|
||||
int,
|
||||
]
|
||||
],
|
||||
List[str],
|
||||
bool,
|
||||
str,
|
||||
|
||||
Reference in New Issue
Block a user