]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Improve typing
authorCaselIT <cfederico87@gmail.com>
Sun, 11 Sep 2022 20:38:46 +0000 (22:38 +0200)
committerCaselIT <cfederico87@gmail.com>
Mon, 12 Sep 2022 19:00:52 +0000 (21:00 +0200)
commit0e83fddb6c110bf1658564c248ffad9163a365fa
tree9b61207cd621fb526cda1daa55eaf94bd50aeb25
parent747ec301529cf2a08d56d3596aedbf54a93b8742
Improve typing

Change-Id: I9fc86c4a92e1b76d19c9e891ff08ce8a46ad4e35
18 files changed:
alembic/autogenerate/api.py
alembic/autogenerate/compare.py
alembic/autogenerate/render.py
alembic/context.pyi
alembic/ddl/base.py
alembic/ddl/impl.py
alembic/ddl/mssql.py
alembic/ddl/oracle.py
alembic/op.pyi
alembic/operations/base.py
alembic/operations/batch.py
alembic/operations/ops.py
alembic/operations/toimpl.py
alembic/runtime/environment.py
alembic/runtime/migration.py
alembic/util/sqla_compat.py
pyproject.toml
tools/write_pyi.py