Skip to content

Commit 33a73b5

Browse files
authored
Merge pull request #7955 from radarhere/imagemode
Removed outdated comment
2 parents a25a1ae + 76fb002 commit 33a73b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PIL/ImageMode.py

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def __str__(self) -> str:
4242
@lru_cache
4343
def getmode(mode: str) -> ModeDescriptor:
4444
"""Gets a mode descriptor for the given mode."""
45-
# initialize mode cache
4645
endian = "<" if sys.byteorder == "little" else ">"
4746

4847
modes = {

0 commit comments

Comments
 (0)