alembic icon indicating copy to clipboard operation
alembic copied to clipboard

Autogenerate migration still has minor typing issues with mypy

Open kshpytsya opened this issue 1 year ago • 1 comments

The fix for #1253 looks slightly incorrect as the type for down_revision should be Union[str, Sequence[str], None] and not Union[str, None]. down_revision is a tuple for merge revisions.

kshpytsya avatar Nov 01 '23 14:11 kshpytsya

Hi,

Thanks for reporting. If you can send a PR it would be super! Thanks

CaselIT avatar Nov 01 '23 16:11 CaselIT