don't not consider using with

This commit is contained in:
Jeff Epler 2021-09-28 11:47:07 -05:00
parent add9186386
commit b849f2b975

View file

@ -1,7 +1,5 @@
import struct
# pylint: disable=consider-using-with
class SeekableBitmap:
"""Allow random access to an uncompressed bitmap file on disk"""
def __init__(