Improved formatting

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-09-02 13:25:22 +02:00
parent ee38a74382
commit 0498bd03c6

View File

@ -572,8 +572,8 @@ def _ssd_evaluate_unbatch_list(glob_string: str) -> List[np.ndarray]:
return unbatched
def _ssd_train_get_config_values(config_get: Callable[[str], Union[str, float, int, bool]]
) -> Tuple[int, int, float, int, int, float, int, int,
def _ssd_train_get_config_values(config_get: Callable[[str], Union[str, float, int, bool]]) \
-> Tuple[int, int, float, int, int, float, int, int,
str, str, str, str, str,
bool, bool]: