[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,10 +1,9 @@
"""
Manual wire routing tutorial: Pather and AutoTool
"""
from collections.abc import Callable
from numpy import pi
from masque import Pather, RenderPather, Library, Pattern, Port, layer_t, map_layers
from masque.builder.tools import AutoTool, PathTool
from masque import Pather, Library, Pattern, Port, layer_t
from masque.builder.tools import AutoTool, Tool
from masque.file.gdsii import writefile
from basic_shapes import GDS_OPTS