Update esphome/__main__.py

Co-authored-by: J. Nick Koston <nick+github@koston.org>
This commit is contained in:
David Woodhouse
2025-12-13 12:03:12 +09:00
committed by GitHub
parent e7c8892d6d
commit 17db6bee3c

View File

@@ -526,7 +526,7 @@ def compile_program(args: ArgsProtocol, config: ConfigType) -> int:
return 0 if idedata is not None else 1
def _check_and_emit_buildinfo():
def _check_and_emit_buildinfo() -> None:
"""Check if firmware was rebuilt and emit buildinfo."""
import json