We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a59160 commit 3b8062cCopy full SHA for 3b8062c
barcode/__init__.py
@@ -45,7 +45,7 @@
45
itf=ITF,
46
)
47
48
-PROVIDED_BARCODES = list(__BARCODE_MAP.keys())
+PROVIDED_BARCODES = list(__BARCODE_MAP)
49
PROVIDED_BARCODES.sort()
50
51
0 commit comments