fake change to force push because github was broken
This commit is contained in:
parent
98a39cf4b5
commit
390bef7752
@ -119,6 +119,7 @@ class Item(object):
|
||||
value = value.lstrip(":").rstrip(",")
|
||||
for k, v in expression_attribute_names.items():
|
||||
value = re.sub(r'{}\b'.format(k), v, value)
|
||||
|
||||
if action == "REMOVE":
|
||||
self.attrs.pop(value, None)
|
||||
elif action == 'SET':
|
||||
|
Loading…
Reference in New Issue
Block a user