Merge pull request #7955 from radarhere/imagemode

Removed outdated comment
This commit is contained in:
Hugo van Kemenade 2024-04-07 09:51:24 +03:00 committed by GitHub
commit 33a73b5266
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,6 @@ class ModeDescriptor:
@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 = {