From: Yossi Rozantsev <54272821+Apakottur@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:20:36 +0000 (+0000) Subject: Fix linters X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=961d87403a5f985fbd17e07bae490e8e97475158;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix linters --- diff --git a/lib/sqlalchemy/sql/elements.py b/lib/sqlalchemy/sql/elements.py index 2418820594..1fadbe19d4 100644 --- a/lib/sqlalchemy/sql/elements.py +++ b/lib/sqlalchemy/sql/elements.py @@ -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