Run pre-commit
This commit is contained in:
parent
568b2c1874
commit
7cb4811aca
3 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue