mirror of https://github.com/VLSIDA/OpenRAM.git
remove unused import
This commit is contained in:
parent
b18e2eae8d
commit
f2d4794cc6
|
|
@ -3,7 +3,7 @@ from datetime import *
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import math
|
import math
|
||||||
import debug
|
import debug
|
||||||
from tech import use_purpose, no_pin_shape
|
from tech import use_purpose
|
||||||
|
|
||||||
class VlsiLayout:
|
class VlsiLayout:
|
||||||
"""Class represent a hierarchical layout"""
|
"""Class represent a hierarchical layout"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue