From 389a48ceb9f7284b2357c73d4b9c930881eab64d Mon Sep 17 00:00:00 2001
From: auphelia <jakobapk@web.de>
Date: Wed, 30 Oct 2019 17:21:11 +0000
Subject: [PATCH] [Test] Deleted obsolete lines in test_custom_onnx_exec.py

---
 tests/test_custom_onnx_exec.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/test_custom_onnx_exec.py b/tests/test_custom_onnx_exec.py
index f35565331..a8b0560b2 100644
--- a/tests/test_custom_onnx_exec.py
+++ b/tests/test_custom_onnx_exec.py
@@ -1,6 +1,4 @@
 import numpy as np
-# import onnx
-# from onnx import AttributeProto, GraphProto, TensorProto, helper
 from onnx import TensorProto, helper
 
 import finn.core.execute_custom_node as ex_cu_node
-- 
GitLab