[examples] clean up imports

This commit is contained in:
Jan Petykiewicz 2026-02-14 16:57:11 -08:00
commit dfa0259997
5 changed files with 8 additions and 16 deletions

View file

@ -4,8 +4,8 @@ import numpy
from numpy import pi
from masque import (
layer_t, Pattern, Ref, Label, Builder, Port, Polygon,
Library, ILibraryView,
layer_t, Pattern, Ref, Builder, Port, Polygon,
Library,
)
from masque.utils import ports2data
from masque.file.gdsii import writefile, check_valid_names