From f2d4794cc6f6104657095e9ce1b170668d97ba65 Mon Sep 17 00:00:00 2001 From: jcirimel Date: Tue, 9 Feb 2021 21:01:16 -0800 Subject: [PATCH] remove unused import --- compiler/gdsMill/gdsMill/vlsiLayout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/gdsMill/gdsMill/vlsiLayout.py b/compiler/gdsMill/gdsMill/vlsiLayout.py index 06e4cc66..2592d251 100644 --- a/compiler/gdsMill/gdsMill/vlsiLayout.py +++ b/compiler/gdsMill/gdsMill/vlsiLayout.py @@ -3,7 +3,7 @@ from datetime import * import numpy as np import math import debug -from tech import use_purpose, no_pin_shape +from tech import use_purpose class VlsiLayout: """Class represent a hierarchical layout"""