Skip to content

Commit

Permalink
Removed outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored Apr 7, 2024
1 parent a25a1ae commit 76fb002
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PIL/ImageMode.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def __str__(self) -> str:
@lru_cache
def getmode(mode: str) -> ModeDescriptor:
"""Gets a mode descriptor for the given mode."""
# initialize mode cache
endian = "<" if sys.byteorder == "little" else ">"

modes = {
Expand Down

0 comments on commit 76fb002

Please sign in to comment.