Skip to content

Commit a336dc2

Browse files
committed
Run pre-commit
1 parent 08963ac commit a336dc2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

adafruit_pyportal/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def __init__(
125125
debug=False,
126126
secrets_data=None,
127127
):
128-
129128
graphics = Graphics(
130129
default_bg=default_bg,
131130
debug=debug,

adafruit_pyportal/graphics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ class Graphics(GraphicsBase):
4141

4242
# pylint: disable=too-few-public-methods
4343
def __init__(self, *, default_bg=None, debug=False):
44-
4544
super().__init__(board.DISPLAY, default_bg=default_bg, debug=debug)
4645
# Tracks whether we've hidden the background when we showed the QR code.
4746
self._qr_only = False

0 commit comments

Comments
 (0)