We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0c195 commit c2e71ceCopy full SHA for c2e71ce
adafruit_bitmap_font/pcf.py
@@ -33,7 +33,7 @@
33
try:
34
from bitmaptools import readinto as _bitmap_readinto
35
except ImportError:
36
- _bitmap_readinto = None # pylint: disable=invalid-name
+ _bitmap_readinto = None # pylint: disable=invalid-name
37
38
_PCF_PROPERTIES = const(1 << 0)
39
_PCF_ACCELERATORS = const(1 << 1)
0 commit comments