From: Eric Masseran Date: Fri, 9 Jul 2021 13:55:05 +0000 (+0200) Subject: Remove annotations X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5951a968c5b7e477de0752f6d5324d79c585da4b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Remove annotations --- 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