mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Removed outdated comment
This commit is contained in:
parent
a25a1aef05
commit
76fb002dd4
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user