Skip to content

Commit 3f1cf59

Browse files
authored
1 parent e0f5573 commit 3f1cf59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlalchemy-stubs/sql/selectable.pyi

+1
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ class Select(
581581
def inner_columns(self) -> Any: ...
582582
def is_derived_from(self, fromclause: Any) -> bool: ...
583583
def get_children(self, **kwargs: Any) -> Iterable[Any]: ... # type: ignore[override]
584+
def get_final_froms(self) -> Any: ...
584585
def add_columns(self: _SEL, *columns: Any) -> _SEL: ...
585586
def column(self: _SEL, column: Any) -> _SEL: ...
586587
def reduce_columns(self: _SEL, only_synonyms: bool = ...) -> _SEL: ...

0 commit comments

Comments
 (0)