no need for .keys()
This commit is contained in:
parent
bb9552ce1f
commit
ceaebeb4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ def trace_layout(
|
|||
|
||||
# Create l2n text layers
|
||||
layer2texts = {}
|
||||
for layer in labels_map.keys():
|
||||
for layer in labels_map:
|
||||
if isinstance(layer, str):
|
||||
layer = layer_map[layer]
|
||||
klayer = layout.layer(*layer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue