Fix comment typo in ESPHome diagnostics (#65268)

This commit is contained in:
Jesse Hills
2022-01-31 10:53:46 +13:00
committed by GitHub
parent ef74dab352
commit 8b5e76b898

View File

@@ -1,4 +1,4 @@
"""Diahgnostics support for ESPHome."""
"""Diagnostics support for ESPHome."""
from __future__ import annotations
from typing import Any, cast