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 dac0f2c commit 7bdf0c7Copy full SHA for 7bdf0c7
sqlalchemy-stubs/sql/base.pyi
@@ -149,8 +149,8 @@ class ColumnCollection(Generic[_CE]):
149
def __init__(
150
self, columns: Optional[Iterable[Tuple[str, _CE]]] = ...
151
) -> None: ...
152
- def keys(self) -> List[_CE]: ...
153
- def values(self) -> List[str]: ...
+ def keys(self) -> List[str]: ...
+ def values(self) -> List[_CE]: ...
154
def items(self) -> List[Tuple[str, _CE]]: ...
155
def __bool__(self) -> bool: ...
156
def __len__(self) -> int: ...
0 commit comments