mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-02 19:40:10 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
378471e729
commit
8979f0ccab
|
@ -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):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user