diff --git a/sqlalchemy-stubs/sql/base.pyi b/sqlalchemy-stubs/sql/base.pyi index 6b504ea..75bf33d 100644 --- a/sqlalchemy-stubs/sql/base.pyi +++ b/sqlalchemy-stubs/sql/base.pyi @@ -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