style: ignore pylint wanring ('inconsistent-quotes') for config_flow.py

This commit is contained in:
topsworld 2024-12-16 10:44:01 +08:00
parent 7a336c31fe
commit ded158e0e6

View File

@ -1255,6 +1255,7 @@ class OptionsFlowHandler(config_entries.OptionsFlow):
async def handle_oauth_webhook(hass, webhook_id, request):
# pylint: disable=inconsistent-quotes
try:
data = dict(request.query)
if data.get('code', None) is None or data.get('state', None) is None: