Remove aiohttp close from aladdin connect config_flow (#76029)

Remove aiohttp close from config_flow - throwing error found in #75933
pull/76035/head
mkmer 2022-08-01 10:07:17 -04:00 committed by GitHub
parent 687ac91947
commit f2da46d99b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ async def validate_input(hass: HomeAssistant, data: dict[str, Any]) -> None:
CLIENT_ID,
)
login = await acc.login()
await acc.close()
if not login:
raise InvalidAuth