Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 11, 2023
1 parent 789e280 commit 00fb95c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions adafruit_character_lcd/character_lcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def __init__(
lines: int,
# pylint: enable=invalid-name
) -> None:

self.columns = columns
self.lines = lines
# save pin numbers
Expand Down Expand Up @@ -571,7 +570,6 @@ def __init__(
backlight_pin: Optional[digitalio.DigitalInOut] = None,
backlight_inverted: bool = False,
):

# Backlight pin and inversion
self.backlight_pin = backlight_pin
self.backlight_inverted = backlight_inverted
Expand Down Expand Up @@ -655,7 +653,6 @@ def __init__(
blue: Union[pwmio.PWMOut, digitalio.DigitalInOut],
read_write: Optional[digitalio.DigitalInOut] = None,
) -> None:

# Define read_write (rw) pin
self.read_write = read_write

Expand Down

0 comments on commit 00fb95c

Please sign in to comment.