1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00

Remove unused constant from auth (#72953)

This commit is contained in:
epenet 2022-06-03 17:12:38 +02:00 committed by GitHub
parent a9d45d656d
commit 6da409d6e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,6 @@ from homeassistant.util import dt as dt_util
from . import indieauth, login_flow, mfa_setup_flow
DOMAIN = "auth"
RESULT_TYPE_CREDENTIALS = "credentials"
@bind_hass