mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-18 14:29:47 +08:00
Improve SQLAlchemy type aliases (#8252)
* Remove `sqlalchemy.dbapi` (in favor of `_typeshed.dbapi`). * Don't re-export mypy imports from `sqlalchemy.ext.mypy.*`.
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
# stub-only module
|
||||
sqlalchemy.dbapi
|
||||
|
||||
# wrong argument name in implementation ("self" instead of "cls")
|
||||
sqlalchemy.engine.URL.__new__
|
||||
sqlalchemy.engine.url.URL.__new__
|
||||
|
||||
Reference in New Issue
Block a user