From 966c1977f650856f2e25fe071ec53495a7eb9a14 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Fri, 30 Sep 2022 16:13:54 +0800 Subject: [PATCH] Remove cv2 from import Signed-off-by: Jael Gu --- tn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tn.py b/tn.py index c4785eb..9464fe7 100644 --- a/tn.py +++ b/tn.py @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import cv2 + import numpy as np import networkx as nx from networkx.algorithms.dag import dag_longest_path