mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
add trailing commas
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
This commit is contained in:

committed by
Florian Brandes

parent
0c1e8edeca
commit
11c34e496a
@@ -86,7 +86,7 @@ def barcode_reader(image) -> list:
|
||||
if barcode.data != "":
|
||||
barcodes = barcodes + [str(barcode.data)]
|
||||
logger.debug(
|
||||
f"Barcode of type {str(barcode.type)} found: {str(barcode.data)}"
|
||||
f"Barcode of type {str(barcode.type)} found: {str(barcode.data)}",
|
||||
)
|
||||
return barcodes
|
||||
|
||||
|
Reference in New Issue
Block a user