Skip to content

Commit 2d84434

Browse files
committed
Narrow down a problematic type
1 parent b31e72c commit 2d84434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sqlalchemy/sql/elements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3745,7 +3745,7 @@ def __init__(
37453745
self._is_implicitly_boolean = element._is_implicitly_boolean
37463746

37473747
@property
3748-
def wrapped_column_expression(self) -> ColumnElement[Any]:
3748+
def wrapped_column_expression(self) -> ColumnClause[Any]:
37493749
return self.element
37503750

37513751
def self_group(self, against: Optional[OperatorType] = None) -> AsBoolean:

0 commit comments

Comments
 (0)