Skip to content

Commit

Permalink
Merge pull request #7955 from radarhere/imagemode
Browse files Browse the repository at this point in the history
Removed outdated comment
  • Loading branch information
hugovk committed Apr 7, 2024
2 parents a25a1ae + 76fb002 commit 33a73b5
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 33a73b5

Please sign in to comment.