We have detected that migration fails after linting by isort.
This is because the priority order of sqlalchemy.PrimaryKeyConstraint and migrate.PrimaryKeyConstraint changed due to a change in the import order in the migration script.
The change in the Class used caused problems with the behavior of the scripts.
Related to: #1351
We have detected that migration fails after linting by
isort
. This is because the priority order ofsqlalchemy.PrimaryKeyConstraint
andmigrate.PrimaryKeyConstraint
changed due to a change in the import order in the migration script.The change in the Class used caused problems with the behavior of the scripts.