diff options
Diffstat (limited to 'test/sql/test_lateral.py')
-rw-r--r-- | test/sql/test_lateral.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/sql/test_lateral.py b/test/sql/test_lateral.py index 301d78aae..785dcd960 100644 --- a/test/sql/test_lateral.py +++ b/test/sql/test_lateral.py @@ -129,6 +129,3 @@ class LateralTest(fixtures.TablesTest, AssertsCompiledSQL): "LATERAL generate_series(:generate_series_1, " "bookcases.bookcase_shelves) AS anon_1 ON true" ) - - - |