Removed outdated comment

This commit is contained in:
Andrew Murray 2024-04-07 16:14:41 +10:00 committed by GitHub
parent a25a1aef05
commit 76fb002dd4
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 = {