[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2022-10-09 01:30:42 +00:00
parent 378471e729
commit 8979f0ccab

View File

@ -28,7 +28,7 @@ class GimpPaletteFile:
#: override if reading larger palettes is needed #: override if reading larger palettes is needed
max_colors = 256 max_colors = 256
_max_line_size = 100 _max_line_size = 100
_max_file_size = 2 ** 20 # 1MB _max_file_size = 2**20 # 1MB
def __init__(self, fp): def __init__(self, fp):