Skip to content

Commit efecb9e

Browse files
committed
Run pre-commit
1 parent edc689a commit efecb9e

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

adafruit_gizmo/eink_gizmo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
except ImportError:
2929
pass
3030

31+
3132
# pylint: disable=invalid-name, too-few-public-methods
3233
class EInk_Gizmo(IL0373):
3334
"""Class representing a 152x152 Tri-Color EInk Gizmo.

adafruit_gizmo/tft_gizmo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
except ImportError:
2727
pass
2828

29+
2930
# pylint: disable=invalid-name, too-few-public-methods
3031
class TFT_Gizmo(ST7789):
3132
"""Class representing a TFT Gizmo."""

examples/gizmo_tft_thermometer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def c_to_f(c_val):
3939

4040
# Open the background image file
4141
with open("/thermometer_background.bmp", "rb") as bitmap_file:
42-
4342
# Setup the file as the bitmap data source
4443
bitmap = displayio.OnDiskBitmap(bitmap_file)
4544

0 commit comments

Comments
 (0)