Skip to content

Commit 11a4695

Browse files
committed
PEP8
1 parent 39ed0b9 commit 11a4695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/imio/helpers/barcode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ def generate_barcode(data, executable='zint', barcode=92, scale=2, filetype='PNG
3535
process.wait()
3636

3737
output.seek(0)
38-
return output
38+
return output

0 commit comments

Comments
 (0)