linting
This commit is contained in:
parent
f035b9613d
commit
c1232a7a23
@ -50,7 +50,6 @@ def condition_expression_to_expected(condition_expression, expression_attribute_
|
|||||||
|
|
||||||
cond_items = [c.strip() for c in condition_expression.split('AND')]
|
cond_items = [c.strip() for c in condition_expression.split('AND')]
|
||||||
if cond_items:
|
if cond_items:
|
||||||
overwrite = False
|
|
||||||
exists_re = re.compile('^attribute_exists\s*\((.*)\)$')
|
exists_re = re.compile('^attribute_exists\s*\((.*)\)$')
|
||||||
not_exists_re = re.compile(
|
not_exists_re = re.compile(
|
||||||
'^attribute_not_exists\s*\((.*)\)$')
|
'^attribute_not_exists\s*\((.*)\)$')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user