mirror of
https://github.com/esphome/esphome.git
synced 2026-09-21 20:18:43 +00:00
Update esphome/__main__.py
Co-authored-by: J. Nick Koston <nick+github@koston.org>
This commit is contained in:
co-authored by
J. Nick Koston
parent
e7c8892d6d
commit
17db6bee3c
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user