Skip to content

Commit

Permalink
Linter fixes, remove hanging unused lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbueno committed Oct 4, 2022
1 parent d0837bd commit 681f77a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/PIL/GimpPaletteFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

from ._binary import o8

_str_to_o8 = lambda v: o8(int(v))


class GimpPaletteFile:
"""File handler for GIMP's palette format."""
Expand Down

0 comments on commit 681f77a

Please sign in to comment.