Skip to content

Commit 80a0316

Browse files
crazyscientistcrobinso
authored andcommitted
Removed unused argument from Bugzilla.add_dict
1 parent 0a0bddb commit 80a0316

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bugzilla/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ def s(key, val, convert=None):
14891489
val = convert(val)
14901490
ret[key] = val
14911491

1492-
def add_dict(key, add, remove, _set=None, convert=None):
1492+
def add_dict(key, add, remove, _set=None):
14931493
if add is remove is _set is None:
14941494
return
14951495

0 commit comments

Comments
 (0)