Skip to content

Commit 7cb4811

Browse files
committed
Run pre-commit
1 parent 568b2c1 commit 7cb4811

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

adafruit_portalbase/graphics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ class GraphicsBase:
4242

4343
# pylint: disable=too-many-instance-attributes, too-many-locals, too-many-branches, too-many-statements
4444
def __init__(self, display, *, default_bg=0x000000, scale=1, debug=False):
45-
4645
self._debug = debug
4746
self.display = display
4847

adafruit_portalbase/network.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ def connect(self, max_attempts=10):
354354
]
355355

356356
for secret_entry in self._secrets_network:
357-
358357
self._wifi.neo_status(STATUS_CONNECTING)
359358
attempt = 1
360359

@@ -607,7 +606,6 @@ def _parse_data(
607606
json_path=None,
608607
regexp_path=None,
609608
):
610-
611609
json_out = None
612610
content_type = self.check_response(response)
613611

adafruit_portalbase/wifi_coprocessor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class WiFi:
4343
"""
4444

4545
def __init__(self, *, status_led=None, esp=None, external_spi=None):
46-
4746
if status_led:
4847
self.neopix = status_led
4948
else:

0 commit comments

Comments
 (0)