mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-02 19:40:10 +03:00
Linter fixes, remove hanging unused lambda
This commit is contained in:
parent
d0837bd36a
commit
681f77a293
|
@ -18,8 +18,6 @@ import re
|
|||
|
||||
from ._binary import o8
|
||||
|
||||
_str_to_o8 = lambda v: o8(int(v))
|
||||
|
||||
|
||||
class GimpPaletteFile:
|
||||
"""File handler for GIMP's palette format."""
|
||||
|
|
Loading…
Reference in New Issue
Block a user