flatten indentation (unnecessary else)
This commit is contained in:
parent
a3978b5f5e
commit
7c718401d4
1 changed files with 2 additions and 3 deletions
|
|
@ -276,7 +276,6 @@ def _get_topcell(
|
||||||
"""
|
"""
|
||||||
if name is None:
|
if name is None:
|
||||||
return layout.top_cell()
|
return layout.top_cell()
|
||||||
else:
|
|
||||||
ind = layout.cell_by_name(name)
|
ind = layout.cell_by_name(name)
|
||||||
return layout.cell(ind)
|
return layout.cell(ind)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue