Skip to content

Commit

Permalink
remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
chemwolf6922 committed Dec 19, 2024
1 parent ff59fb1 commit 4b1f2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_home/miot/miot_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def update_http_header(
self._client_id = client_id
if isinstance(access_token, str):
self._access_token = access_token

# pylint: disable=unused-private-member
async def __mihome_api_get_async(
self, url_path: str, params: dict,
Expand Down

0 comments on commit 4b1f2a8

Please sign in to comment.