From 5d0ea770947ae1da51537ff75b14b48218d729aa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 3 Mar 2024 15:11:03 +0100 Subject: Adding upstream version 22.2.0. Signed-off-by: Daniel Baumann --- tests/test_serde.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/test_serde.py') diff --git a/tests/test_serde.py b/tests/test_serde.py index 1043fcf..40d6134 100644 --- a/tests/test_serde.py +++ b/tests/test_serde.py @@ -6,8 +6,7 @@ from sqlglot.optimizer.annotate_types import annotate_types from tests.helpers import load_sql_fixtures -class CustomExpression(exp.Expression): - ... +class CustomExpression(exp.Expression): ... class TestSerDe(unittest.TestCase): -- cgit v1.2.3