diff --git a/custom_components/xiaomi_home/config_flow.py b/custom_components/xiaomi_home/config_flow.py index 7c2e9ece..ccc91f9b 100644 --- a/custom_components/xiaomi_home/config_flow.py +++ b/custom_components/xiaomi_home/config_flow.py @@ -1255,6 +1255,7 @@ async def async_step_config_confirm(self, user_input=None): 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: