From 5951a968c5b7e477de0752f6d5324d79c585da4b Mon Sep 17 00:00:00 2001 From: Eric Masseran Date: Fri, 9 Jul 2021 15:55:05 +0200 Subject: [PATCH] Remove annotations --- lib/sqlalchemy/sql/compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py index 58d01088ac..02b697480b 100644 --- a/lib/sqlalchemy/sql/compiler.py +++ b/lib/sqlalchemy/sql/compiler.py @@ -3325,7 +3325,7 @@ class SQLCompiler(Compiled): def _render_cte_clause( self, - nesting_only: bool = False, + nesting_only=False, ): ctes = self.ctes -- 2.47.3