diff options
Diffstat (limited to 'test/sql/test_operators.py')
-rw-r--r-- | test/sql/test_operators.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sql/test_operators.py b/test/sql/test_operators.py index 186b93c54..6f068159e 100644 --- a/test/sql/test_operators.py +++ b/test/sql/test_operators.py @@ -454,7 +454,6 @@ class MultiElementExprTest(fixtures.TestBase, testing.AssertsCompiledSQL): expr = op(expr, column(f"d{i}")) opstring = compiler.OPERATORS[op] - exprs = opstring.join(f"d{i}" for i in range(num)) if negate: negate_op = { |