[examples] type annotations
This commit is contained in:
parent
dfa0259997
commit
43ccd8de2f
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ from masque.file import gdsii, dxf, oasis
|
|||
|
||||
|
||||
|
||||
def main():
|
||||
def main() -> None:
|
||||
lib = Library()
|
||||
|
||||
cell_name = 'ellip_grating'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue