Skip to content

Commit 052bdcc

Browse files
committed
revert line
1 parent 8e4dc7e commit 052bdcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlglot/optimizer/simplify.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ def remove_complements(expression, root=True):
426426
for op in ops:
427427
if isinstance(op, exp.Not) and op.this in ops:
428428
return exp.false() if isinstance(expression, exp.And) else exp.true()
429+
429430
return expression
430431

431432

0 commit comments

Comments
 (0)