Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sqlalchemy-stubs/sql/base.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ class ColumnSet(util.ordered_column_set[ColumnElement[Any]]):
# Return type of "__add__" incompatible with supertype "OrderedSet"
def __add__(self, other: Iterable[ColumnElement[Any]]) -> List[ColumnElement[Any]]: ... # type: ignore
def __eq__(self, other: Any) -> bool: ...
def __hash__(self) -> int: ...
def __hash__(self) -> int: ... # type: ignore