Skip to content

Commit 23e15b1

Browse files
robtaylorclaude
andcommitted
Fix remaining import from deleted platform.utils module
Update backward compatibility shim to import top_components from chipflow_lib.utils instead of chipflow_lib.platform.utils. Fixes pyright type checking error in CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5830b7e commit 23e15b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chipflow_lib/steps/silicon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
SiliconStep,
1111
)
1212
from ..platform.silicon import SiliconPlatform # noqa: F401
13-
from ..platform.utils import top_components # noqa: F401
13+
from ..utils import top_components # noqa: F401
1414

1515
# Re-export dotenv for mocking in tests
1616
import dotenv # noqa: F401

0 commit comments

Comments
 (0)