From 36a9ca7c83241896b31da33b86de44f4a3a9f497 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sun, 11 Aug 2019 13:50:34 +0200 Subject: [PATCH] Improved formatting Signed-off-by: Jim Martens --- src/twomartens/masterthesis/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twomartens/masterthesis/data.py b/src/twomartens/masterthesis/data.py index 9c66bc3..b2e6add 100644 --- a/src/twomartens/masterthesis/data.py +++ b/src/twomartens/masterthesis/data.py @@ -200,7 +200,7 @@ def clean_dataset(annotations: Sequence[dict], file_names: Mapping[str, str], def _load_images_callback(resized_shape: Sequence[int]) -> Callable[ - [Sequence[str], Sequence[Sequence[float]]], tf.Tensor]: + [Sequence[str], Sequence[Sequence[float]]], tf.Tensor]: """ Returns the callback function to load images.