Skip to content

Commit ee3c5ee

Browse files
committed
Fix test error with mapping
1 parent 1546a3e commit ee3c5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barcode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
PROVIDED_BARCODES.sort()
5050

5151

52-
def get(name, code=None, writer=None, options=None):
52+
def get(name, code=None, writer=None, options={}):
5353
try:
5454
barcode = __BARCODE_MAP[name.lower()]
5555
except KeyError:

0 commit comments

Comments
 (0)