From 1fb00976f5ac7f07930f8c701784f0aadf47cb8d Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 7 Jan 2017 10:14:49 +1100 Subject: [PATCH] Removed TODO resolved in #1121 --- PIL/_binary.py | 1 - 1 file changed, 1 deletion(-) diff --git a/PIL/_binary.py b/PIL/_binary.py index 9760b86cd..17ee67b11 100644 --- a/PIL/_binary.py +++ b/PIL/_binary.py @@ -28,7 +28,6 @@ else: # Input, le = little endian, be = big endian -# TODO: replace with more readable struct.unpack equivalent def i16le(c, o=0): """ Converts a 2-bytes (16 bits) string to an unsigned integer.