From 5feae7f9a27fcf7770b618843be77df293da14ff Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 21 May 2019 11:32:12 +0200 Subject: [PATCH] Removed obsolete import Signed-off-by: Jim Martens --- src/twomartens/masterthesis/ssd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/twomartens/masterthesis/ssd.py b/src/twomartens/masterthesis/ssd.py index f977789..24e60e6 100644 --- a/src/twomartens/masterthesis/ssd.py +++ b/src/twomartens/masterthesis/ssd.py @@ -40,7 +40,6 @@ import time from typing import Dict from typing import Optional -import math import numpy as np import tensorflow as tf from tensorflow.python.ops import summary_ops_v2