Skip to content

Commit d0ee495

Browse files
committed
appease pylint
1 parent 7a87e4e commit d0ee495

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_esp32spi/adafruit_esp32spi_wifimanager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class ESPSPI_WiFiManager:
3939
"""
4040
A class to help manage the Wifi connection
4141
"""
42+
# pylint: disable=too-many-arguments
4243
def __init__(self, esp, secrets, status_pixel=None, attempts=2, debug=False):
4344
"""
4445
:param ESP_SPIcontrol esp: The ESP object we are using
@@ -57,6 +58,7 @@ def __init__(self, esp, secrets, status_pixel=None, attempts=2, debug=False):
5758
requests.set_interface(self._esp)
5859
self.statuspix = status_pixel
5960
self.pixel_status(0)
61+
# pylint: enable=too-many-arguments
6062

6163
def reset(self):
6264
"""

0 commit comments

Comments
 (0)