]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove pep484 type comments from the code
authorFederico Caselli <cfederico87@gmail.com>
Thu, 13 May 2021 19:20:51 +0000 (21:20 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Sun, 16 May 2021 09:11:10 +0000 (11:11 +0200)
commit71cb17c81d358646f8dfeac14e9662ce42bb94df
tree8ea3a686ffd0b9fea4fa7f91acfd8987d9369d9a
parent0d5508d77653b37368ff9de22307c154cc90cf71
Remove pep484 type comments from the code

Current effort is around the stub package, and having typing in
two places makes thing worse, since the types here are usually
outdated compared to the version in the stubs.

Once v2 gets under way we can start consolidating the types
here.

Fixes: #6461
Change-Id: I7132a444bd7138123074bf5bc664b4bb119a85ce
19 files changed:
doc/build/changelog/unreleased_14/6461.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/engine/interfaces.py
lib/sqlalchemy/engine/result.py
lib/sqlalchemy/engine/url.py
lib/sqlalchemy/ext/asyncio/base.py
lib/sqlalchemy/ext/asyncio/engine.py
lib/sqlalchemy/ext/asyncio/result.py
lib/sqlalchemy/ext/asyncio/session.py
lib/sqlalchemy/orm/decl_api.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/relationships.py
lib/sqlalchemy/orm/strategy_options.py
lib/sqlalchemy/sql/base.py
lib/sqlalchemy/sql/coercions.py
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/selectable.py
lib/sqlalchemy/testing/plugin/pytestplugin.py
lib/sqlalchemy/testing/provision.py