[gdsii_arrow] clean unused var in loop
This commit is contained in:
parent
215926269e
commit
18e5a4ac5a
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ def read_arrow(
|
|||
)
|
||||
|
||||
mlib = Library()
|
||||
for cc, cell in enumerate(libarr['cells']):
|
||||
for cc in range(len(libarr['cells'])):
|
||||
name = cell_names[cell_ids[cc]]
|
||||
pat = Pattern()
|
||||
_boundaries_to_polygons(pat, global_args, elements['boundaries'], cc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue