]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Remove annotations
authorEric Masseran <eric.masseran@gmail.com>
Fri, 9 Jul 2021 13:55:05 +0000 (15:55 +0200)
committerEric Masseran <eric.masseran@gmail.com>
Fri, 9 Jul 2021 13:55:05 +0000 (15:55 +0200)
lib/sqlalchemy/sql/compiler.py

index 58d01088aca08f55f400758847b30da1fb14903f..02b697480b71c71a236921c8a74cc2a051c22423 100644 (file)
@@ -3325,7 +3325,7 @@ class SQLCompiler(Compiled):
 
     def _render_cte_clause(
         self,
-        nesting_only: bool = False,
+        nesting_only=False,
     ):
         ctes = self.ctes