[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,8 +1,7 @@
"""
Manual wire routing tutorial: RenderPather an PathTool
"""
from collections.abc import Callable
from masque import RenderPather, Library, Pattern, Port, layer_t, map_layers
from masque import RenderPather, Library
from masque.builder.tools import PathTool
from masque.file.gdsii import writefile