Remove unused config flow import step (#131379)

Remove unused config flow import removed in #130783
This commit is contained in:
Allen Porter 2024-11-23 08:55:08 -08:00 committed by GitHub
parent 34df6ef64c
commit 0d14005602
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,3 @@ class OAuth2FlowHandler(
self._abort_if_unique_id_configured()
return self.async_create_entry(title=profile.display_name, data=data)
async def async_step_import(self, import_data: dict[str, Any]) -> ConfigFlowResult:
"""Handle import from YAML."""
return await self.async_oauth_create_entry(import_data)