Run pre-commit

This commit is contained in:
Tekktrik 2023-05-10 22:41:48 -04:00
parent 568b2c1874
commit 7cb4811aca
3 changed files with 0 additions and 4 deletions

View file

@ -42,7 +42,6 @@ class GraphicsBase:
# pylint: disable=too-many-instance-attributes, too-many-locals, too-many-branches, too-many-statements
def __init__(self, display, *, default_bg=0x000000, scale=1, debug=False):
self._debug = debug
self.display = display

View file

@ -354,7 +354,6 @@ class NetworkBase:
]
for secret_entry in self._secrets_network:
self._wifi.neo_status(STATUS_CONNECTING)
attempt = 1
@ -607,7 +606,6 @@ class NetworkBase:
json_path=None,
regexp_path=None,
):
json_out = None
content_type = self.check_response(response)

View file

@ -43,7 +43,6 @@ class WiFi:
"""
def __init__(self, *, status_led=None, esp=None, external_spi=None):
if status_led:
self.neopix = status_led
else: