Skip to content

Commit 450f096

Browse files
authored
fix W292 flake8
1 parent ea9ef9e commit 450f096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filetype/types/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,4 +401,4 @@ def match(self, buf):
401401
buf[0] == 0x71 and
402402
buf[1] == 0x6F and
403403
buf[2] == 0x69 and
404-
buf[3] == 0x66)
404+
buf[3] == 0x66)

0 commit comments

Comments
 (0)