Skip to content

Commit 04c3abc

Browse files
robtaylorclaude
andcommitted
Fix lint: add noqa for re-exported packaging symbols
Added # noqa: F401 to packaging imports in platforms/_utils.py to suppress 'imported but unused' warnings for symbols that are being re-exported for backward compatibility. Ruff checks now passing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 11b4a2a commit 04c3abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chipflow_lib/platforms/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
# Import packaging functionality from new module
3030
# These are re-exported for backward compatibility
31-
from ..packaging import (
31+
from ..packaging import ( # noqa: F401
3232
Pin, PinSet, PinList, Pins,
3333
PowerType, JTAGWire, PortType,
3434
PowerPins, JTAGPins, BringupPins,

0 commit comments

Comments
 (0)