Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
brg468 committed Dec 10, 2023
1 parent 5a5cb34 commit 57660b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rachiopy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
class Rachio(RachioObject):
"""Object representing the Rachio API."""

# pylint: disable=too-many-instance-attributes
def __init__(self, authtoken: str):
"""Initialze the Rachio API wrapper.
Expand Down

0 comments on commit 57660b5

Please sign in to comment.