[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

@ -1,11 +1,9 @@
from collections.abc import Sequence
import numpy
from numpy import pi
from masque import (
layer_t, Pattern, Label, Port,
Circle, Arc, Polygon,
layer_t, Pattern, Circle, Arc, Polygon,
)
import masque.file.gdsii