Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Aug 23, 2020
1 parent 912a3d1 commit c98c9c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adafruit_character_lcd/character_lcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
_LCD_ROW_OFFSETS = (0x00, 0x40, 0x14, 0x54)



def _set_bit(byte_value, position, val):
# Given the specified byte_value set the bit at position to the provided
# boolean value val and return the modified byte.
Expand Down

0 comments on commit c98c9c7

Please sign in to comment.