Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 21, 2024
1 parent a767ecb commit 5973258
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pydaikin/daikin_airbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ def parse_response(response_body):

return response

def __init__(self, device_id, session=None) -> None: # pylint:disable=useless-parent-delegation
def __init__(
self, device_id, session=None
) -> None: # pylint:disable=useless-parent-delegation
"""Init the pydaikin appliance, representing one Daikin AirBase
(BRP15B61) device."""
super().__init__(device_id, session)
Expand Down

0 comments on commit 5973258

Please sign in to comment.