diff options
Diffstat (limited to 'sphinx/util/png.py')
-rw-r--r-- | sphinx/util/png.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/util/png.py b/sphinx/util/png.py index 22c35d991..3dd22d7ff 100644 --- a/sphinx/util/png.py +++ b/sphinx/util/png.py @@ -12,7 +12,6 @@ import binascii import struct from typing import Optional - LEN_IEND = 12 LEN_DEPTH = 22 |