From 8a4d5849064d4f21d005d7359ccc02fd5867f355 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 27 Aug 2026 10:55:57 -0500 Subject: [PATCH] Trim docstring --- esphome/platformio/runner.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/esphome/platformio/runner.py b/esphome/platformio/runner.py index 904bec2925..b9fbdec38d 100644 --- a/esphome/platformio/runner.py +++ b/esphome/platformio/runner.py @@ -107,11 +107,9 @@ def patch_file_downloader() -> None: def patch_registry_private_packages() -> None: - """Answer PlatformIO's private-package probe without the network. + """Skip PlatformIO's private-package probe; it sleeps ~500 ms per lookup. - ``RegistryClient.get_package()`` runs the probe before checking its HTTP - cache, and the throttled account request behind it sleeps up to 500 ms - before failing without a login. ESPHome never uses private packages. + ESPHome never uses private packages, so the answer is always False. """ from platformio.registry.client import RegistryClient