Skip to content

Commit c98c9c7

Browse files
committed
run black
1 parent 912a3d1 commit c98c9c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_character_lcd/character_lcd.py

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
_LCD_ROW_OFFSETS = (0x00, 0x40, 0x14, 0x54)
8989

9090

91-
9291
def _set_bit(byte_value, position, val):
9392
# Given the specified byte_value set the bit at position to the provided
9493
# boolean value val and return the modified byte.

0 commit comments

Comments
 (0)