mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 18:13:36 +08:00
Fix stubtest failures on SQLAlchemy (#8914)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user