Skip to content

Commit

Permalink
style: ignore pylint wanring ('inconsistent-quotes') for config_flow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
topsworld committed Dec 16, 2024
1 parent 7a336c3 commit ded158e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/xiaomi_home/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ded158e

Please sign in to comment.