]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix linters 11307/head
authorYossi Rozantsev <54272821+Apakottur@users.noreply.github.com>
Tue, 23 Apr 2024 16:20:36 +0000 (16:20 +0000)
committerYossi Rozantsev <54272821+Apakottur@users.noreply.github.com>
Tue, 23 Apr 2024 16:20:36 +0000 (16:20 +0000)
lib/sqlalchemy/sql/elements.py

index 2418820594fe5fa4475d35ab74afed802fcfcd0b..1fadbe19d4e2551b9f247c6fdef2672b92f1fe15 100644 (file)
@@ -1071,7 +1071,7 @@ class SQLCoreOperations(Generic[_T_co], ColumnOperators, TypingOnly):
 
         @overload
         def __add__(self, other: Any) -> ColumnElement[Any]: ...
-            
+
         def __add__(self, other: Any) -> ColumnElement[Any]: ...
 
         @overload