Fix stubtest failures on SQLAlchemy (#8914)

This commit is contained in:
Alex Waygood
2022-10-17 11:43:52 +01:00
committed by GitHub
parent e6682a5fa7
commit 2b5afd9cc9
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ from ...sql.schema import ColumnCollectionConstraint
class aggregate_order_by(expression.ColumnElement[Any]):
__visit_name__: str
stringify_dialect: str
inherit_cache: bool
target: Any
type: Any
order_by: Any