Remove unused config flow step

pull/36173/head
Aaron Bach 2020-06-04 08:28:39 -06:00
parent 101914cfc2
commit cb206e0446
1 changed files with 0 additions and 4 deletions

View File

@ -28,10 +28,6 @@ class TileFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
step_id="user", data_schema=self.data_schema, errors=errors or {}
)
async def async_step_import(self, import_config):
"""Import a config entry from configuration.yaml."""
return await self.async_step_user(import_config)
async def async_step_user(self, user_input=None):
"""Handle the start of the config flow."""
if not user_input: