black reformat, some fixes

This commit is contained in:
Maxim Kurnikov
2018-12-06 19:13:06 +03:00
parent 25a71a7ef5
commit 5ec2830ba6
108 changed files with 673 additions and 187 deletions

View File

@@ -18,7 +18,10 @@ class BaseRenderer:
str,
Union[
Dict[
str, Optional[Union[Dict[str, bool], List[Dict[str, Optional[Union[Dict[str, str], bool, str]]]], bool, str]]
str,
Optional[
Union[Dict[str, bool], List[Dict[str, Optional[Union[Dict[str, str], bool, str]]]], bool, str]
],
],
Dict[
str,
@@ -45,13 +48,19 @@ class BaseRenderer:
str,
Union[
Dict[str, Union[int, 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],
int,
str,
],
],
Dict[str, Union[Dict[str, str], List[Dict[str, Union[Dict[str, str], bool, str]]], List[int], bool, str]],
Dict[
str, Union[Dict[str, str], List[Dict[str, Union[Dict[str, str], bool, str]]], List[int], bool, str]
],
],
],
request: None = ...,