We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009f824 commit 9b94099Copy full SHA for 9b94099
sqlalchemy-stubs/sql/base.pyi
@@ -80,4 +80,4 @@ class ColumnSet(util.ordered_column_set[ColumnElement[Any]]):
80
# Return type of "__add__" incompatible with supertype "OrderedSet"
81
def __add__(self, other: Iterable[ColumnElement[Any]]) -> List[ColumnElement[Any]]: ... # type: ignore
82
def __eq__(self, other: Any) -> bool: ...
83
- def __hash__(self) -> int: ...
+ def __hash__(self) -> int: ... # type: ignore
0 commit comments