]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
remove unused "descriptor" param from ColumnProperty
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 May 2022 18:33:05 +0000 (14:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 May 2022 18:42:41 +0000 (14:42 -0400)
commit9e7bed9df601ead02fd96bf2fc787b23b536d2d6
treeae4646f888cd2535d4547a7bfe7c051e8915f6fc
parent5e88e6e89a2cf5b583670fa5d0b41881f895a711
remove unused "descriptor" param from ColumnProperty

this appears to be unused and wasn't documented,
even though in the method sig for column_property().
just whack it

also repairs a typing issue in decl_base that seemed
to somehow not fail previously.

Change-Id: Id5c8e716b7e53715778921ab03707642cadbfdee
lib/sqlalchemy/orm/_orm_constructors.py
lib/sqlalchemy/orm/decl_base.py
lib/sqlalchemy/orm/properties.py