Skip to content

Commit e8f20b1

Browse files
authored
Update platform.py
1 parent b579320 commit e8f20b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ def _install_common_idf_packages(self) -> None:
613613
def _configure_check_tools(self, variables: Dict) -> None:
614614
"""Configure static analysis and check tools based on configuration."""
615615
check_tools = variables.get("check_tool", [])
616-
self.install_tool("contrib-piohome")
617616
if not check_tools:
618617
return
619618

0 commit comments

Comments
 (0)