remove unused import

This commit is contained in:
jcirimel 2021-02-09 21:01:16 -08:00
parent b18e2eae8d
commit f2d4794cc6
1 changed files with 1 additions and 1 deletions

View File

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