From aa6960ceb25db1577878f4c91fe525aab1c669aa Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Thu, 11 Jul 2019 12:30:19 +0200 Subject: [PATCH] Fixed type hint Signed-off-by: Jim Martens --- src/twomartens/masterthesis/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twomartens/masterthesis/cli.py b/src/twomartens/masterthesis/cli.py index b3d432f..ef08728 100644 --- a/src/twomartens/masterthesis/cli.py +++ b/src/twomartens/masterthesis/cli.py @@ -303,7 +303,7 @@ def _init_eager_mode() -> None: def _ssd_train_get_config_values(config_get: Callable[[str], Union[str, float, int, bool]] - ) -> Tuple[int, int, int, int, int, float, float, int, int, + ) -> Tuple[int, int, float, int, int, float, float, int, int, str, str, str, str, str, bool, bool]: