Fix missing cell syntax error.

This commit is contained in:
mrg 2022-05-19 14:53:17 -07:00
parent 18c04892d1
commit 25fa0a8de3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
import os
from design_rules import *
from module_type import *
from custom_cell_properties import cell_properties
from custom_cell_properties import cell_properties, cell
from custom_layer_properties import layer_properties
"""