This commit is contained in:
Greg Sterin 2019-02-15 13:49:42 -08:00
parent f035b9613d
commit c1232a7a23

View File

@ -50,7 +50,6 @@ def condition_expression_to_expected(condition_expression, expression_attribute_
cond_items = [c.strip() for c in condition_expression.split('AND')]
if cond_items:
overwrite = False
exists_re = re.compile('^attribute_exists\s*\((.*)\)$')
not_exists_re = re.compile(
'^attribute_not_exists\s*\((.*)\)$')