Skip to content

Commit 3b8062c

Browse files
author
ABDUL NIYAS P M
authored
Minor Fix
1 parent 5a59160 commit 3b8062c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

barcode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
itf=ITF,
4646
)
4747

48-
PROVIDED_BARCODES = list(__BARCODE_MAP.keys())
48+
PROVIDED_BARCODES = list(__BARCODE_MAP)
4949
PROVIDED_BARCODES.sort()
5050

5151

0 commit comments

Comments
 (0)