Skip to content

Commit 508935e

Browse files
committed
Fix lint error
1 parent 78c5cfa commit 508935e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi_wifimanager.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def __init__(
4949
:param str ssid: the SSID of the access point. Must be less than 32 chars.
5050
:param str password: the password for the access point. Must be 8-63 chars.
5151
:param str enterprise_ident: the ident to use when connecting to an enterprise access point.
52-
:param str enterprise_user: the username to use when connecting to an enterprise access point.
52+
:param str enterprise_user: the username to use when connecting to an enterprise access
53+
point.
5354
:param status_pixel: (Optional) The pixel device - A NeoPixel, DotStar,
5455
or RGB LED (default=None). The status LED, if given, turns red when
5556
attempting to connect to a Wi-Fi network or create an access point,

0 commit comments

Comments
 (0)