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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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