From 57660b59385d41c82d4fc0bb2b6f26d180be2548 Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Sun, 10 Dec 2023 18:48:37 +0000 Subject: [PATCH] fix linter --- rachiopy/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rachiopy/__init__.py b/rachiopy/__init__.py index 2e3f311..21d0910 100644 --- a/rachiopy/__init__.py +++ b/rachiopy/__init__.py @@ -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.