Skip to content

Commit

Permalink
Narrow down a problematic type
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzthief committed Jan 25, 2023
1 parent b31e72c commit 2d84434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sqlalchemy/sql/elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -3745,7 +3745,7 @@ def __init__(
self._is_implicitly_boolean = element._is_implicitly_boolean

@property
def wrapped_column_expression(self) -> ColumnElement[Any]:
def wrapped_column_expression(self) -> ColumnClause[Any]:
return self.element

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

0 comments on commit 2d84434

Please sign in to comment.