Skip to content

Commit 878f940

Browse files
committed
pep8 styling
1 parent 9d78fd9 commit 878f940

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

quirc/converters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def pil(image):
3131
for j in height_iter:
3232
yield ctypes.c_uint8(pixels[j, i])
3333

34+
3435
def raw(buffer, data):
3536
"""Fill the buffer with a raw binary data
3637

0 commit comments

Comments
 (0)