Remove unused imports

This commit is contained in:
Eren Dogan 2023-12-05 11:08:32 -08:00
parent 02810a0740
commit 6cfb22959c
3 changed files with 0 additions and 4 deletions

View File

@ -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:
"""

View File

@ -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

View File

@ -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