diff --git a/docs/data_entry_flow_index.md b/docs/data_entry_flow_index.md index 620aaf18..efe92713 100644 --- a/docs/data_entry_flow_index.md +++ b/docs/data_entry_flow_index.md @@ -301,7 +301,7 @@ Example configuration flow that includes two show progress tasks. ```python from homeassistant import config_entries -from .const import DOMAIN # pylint:disable=unused-import +from .const import DOMAIN class TestFlow(config_entries.ConfigFlow, domain=DOMAIN):