From 6cfb22959c6b85df1bacc4c67156353c93dfe8b6 Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Tue, 5 Dec 2023 11:08:32 -0800 Subject: [PATCH] Remove unused imports --- compiler/router/bbox_node.py | 2 -- compiler/router/graph.py | 1 - compiler/router/graph_shape.py | 1 - 3 files changed, 4 deletions(-) diff --git a/compiler/router/bbox_node.py b/compiler/router/bbox_node.py index e5c1aadd..df776104 100644 --- a/compiler/router/bbox_node.py +++ b/compiler/router/bbox_node.py @@ -3,8 +3,6 @@ # Copyright (c) 2016-2023 Regents of the University of California, Santa Cruz # All rights reserved. # -from .bbox import bbox - class bbox_node: """ diff --git a/compiler/router/graph.py b/compiler/router/graph.py index 4c3c22bc..b4dc1600 100644 --- a/compiler/router/graph.py +++ b/compiler/router/graph.py @@ -7,7 +7,6 @@ import heapq from copy import deepcopy from openram import debug from openram.base.vector import vector -from openram.base.vector3d import vector3d from openram.tech import drc from .bbox import bbox from .bbox_node import bbox_node diff --git a/compiler/router/graph_shape.py b/compiler/router/graph_shape.py index 0f950ae4..aa704e0b 100644 --- a/compiler/router/graph_shape.py +++ b/compiler/router/graph_shape.py @@ -5,7 +5,6 @@ # from openram.base.pin_layout import pin_layout from openram.base.vector import vector -from openram.tech import drc from .graph_utils import snap