refactor: address code review issues — remove stale import, fix misleading var name, eliminate redundant adjacency build, add warning log on pin-angle failure

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Eugene Mikhantyev
2026-04-12 17:32:18 +01:00
parent 4f733bb3db
commit 1df6332aa8
3 changed files with 7 additions and 6 deletions

View File

@@ -1527,7 +1527,6 @@ class KiCADInterface:
"""
logger.info("Adding net label to schematic")
try:
import traceback
from pathlib import Path
from commands.wire_manager import WireManager