Skip to content

Commit c2e71ce

Browse files
committed
run black
1 parent ec0c195 commit c2e71ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_bitmap_font/pcf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
try:
3434
from bitmaptools import readinto as _bitmap_readinto
3535
except ImportError:
36-
_bitmap_readinto = None # pylint: disable=invalid-name
36+
_bitmap_readinto = None # pylint: disable=invalid-name
3737

3838
_PCF_PROPERTIES = const(1 << 0)
3939
_PCF_ACCELERATORS = const(1 << 1)

0 commit comments

Comments
 (0)