mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-06 09:57:41 +08:00
Fix stubtest failures on SQLAlchemy (#8914)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "1.4.*"
|
||||
version = "1.4.42"
|
||||
extra_description = """\
|
||||
The `sqlalchemy-stubs` package is an alternative to this package and also \
|
||||
includes a mypy plugin for more precise types.\
|
||||
|
||||
@@ -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