Various small SQLAlchemy type improvements (#6623)

This commit is contained in:
Sebastian Rittau
2021-12-22 16:49:20 +01:00
committed by GitHub
parent 85712073ac
commit 426ce065b2
6 changed files with 138 additions and 103 deletions

View File

@@ -7,6 +7,9 @@ sqlalchemy.util.langhelpers._symbol.__new__
sqlalchemy.util._collections.*
sqlalchemy.util.compat.*
# forwards arguments to another function
sqlalchemy.ext.declarative.as_declarative
# stdlib re-exports with stubtest issues
sqlalchemy.orm.collections.InstrumentedList.*
sqlalchemy.orm.collections.InstrumentedSet.*