From 4ab5ba774565ebcaff2c476b1bf1020fcce24737 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sat, 20 Apr 2019 11:18:57 +0200 Subject: [PATCH] Cleaned up imports 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 d413370..6aa44f9 100644 --- a/src/twomartens/masterthesis/data.py +++ b/src/twomartens/masterthesis/data.py @@ -22,7 +22,7 @@ Functions: load_coco_val(...): loads the COCO validation data into a Tensorflow data set load_scenenet(...): loads the SceneNet RGB-D data into a Tensorflow data set """ -from typing import Callable, List, Mapping, Tuple, Any, Dict +from typing import Callable, List, Mapping, Tuple from typing import Sequence import numpy as np