From 4aae082e52e4a4cfec4f2962d7f84b475e37643c Mon Sep 17 00:00:00 2001 From: Sergei Gusenkov Date: Mon, 1 Jun 2026 22:53:41 +0300 Subject: [PATCH] Fix --- platformio/platform/_run.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/platformio/platform/_run.py b/platformio/platform/_run.py index ced6d686..094bb3a0 100644 --- a/platformio/platform/_run.py +++ b/platformio/platform/_run.py @@ -165,18 +165,10 @@ class PlatformRunMixin: {dots} * Looking for {filename_styled} dependency? Check our library registry! * -* CLI > platformio lib search "header:{filename}" -* Web > {link} * {dots} """.format( - filename=filename, filename_styled=click.style(filename, fg="cyan"), - link=click.style( - "https://registry.platformio.org/search?q=header:%s" - % quote(filename, safe=""), - fg="blue", - ), dots="*" * (56 + len(filename)), ) click.echo(banner, err=True)