Removed unused const (#67932)

This commit is contained in:
Steve Easley
2022-03-10 06:30:11 -08:00
committed by GitHub
parent 86b775e46a
commit 245f55edf4

View File

@ -18,7 +18,6 @@ if TYPE_CHECKING:
from homeassistant.data_entry_flow import FlowResult
ERROR_CANNOT_CONNECT = "cannot_connect"
ERROR_UNKNOWN = "unknown"
ERROR_UNSUPPORTED = "unsupported"