We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9ef9e commit 450f096Copy full SHA for 450f096
filetype/types/image.py
@@ -401,4 +401,4 @@ def match(self, buf):
401
buf[0] == 0x71 and
402
buf[1] == 0x6F and
403
buf[2] == 0x69 and
404
- buf[3] == 0x66)
+ buf[3] == 0x66)
0 commit comments