Skip to content

Commit b849f2b

Browse files
committed
don't not consider using with
1 parent add9186 commit b849f2b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CircuitPython_BLEThermalPrinter/seekablebitmap.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import struct
22

3-
# pylint: disable=consider-using-with
4-
53
class SeekableBitmap:
64
"""Allow random access to an uncompressed bitmap file on disk"""
75
def __init__(

0 commit comments

Comments
 (0)