We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add9186 commit b849f2bCopy full SHA for b849f2b
1 file changed
CircuitPython_BLEThermalPrinter/seekablebitmap.py
@@ -1,7 +1,5 @@
1
import struct
2
3
-# pylint: disable=consider-using-with
4
-
5
class SeekableBitmap:
6
"""Allow random access to an uncompressed bitmap file on disk"""
7
def __init__(
0 commit comments