File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ def __init__(
135
135
lines : int ,
136
136
# pylint: enable=invalid-name
137
137
) -> None :
138
-
139
138
self .columns = columns
140
139
self .lines = lines
141
140
# save pin numbers
@@ -571,7 +570,6 @@ def __init__(
571
570
backlight_pin : Optional [digitalio .DigitalInOut ] = None ,
572
571
backlight_inverted : bool = False ,
573
572
):
574
-
575
573
# Backlight pin and inversion
576
574
self .backlight_pin = backlight_pin
577
575
self .backlight_inverted = backlight_inverted
@@ -655,7 +653,6 @@ def __init__(
655
653
blue : Union [pwmio .PWMOut , digitalio .DigitalInOut ],
656
654
read_write : Optional [digitalio .DigitalInOut ] = None ,
657
655
) -> None :
658
-
659
656
# Define read_write (rw) pin
660
657
self .read_write = read_write
661
658
You can’t perform that action at this time.
0 commit comments