isort now formats all nested "as" imports in the "from" form. import x.y as a becomes from x import y as a.
Since there is no longer composition negative form settings (such as --dont-skip or it's config file variant not_skip) are no longer required and have been removed.
Description of the bug
GitHub Actions failed https://github.com/HazyResearch/fonduer/runs/839099081 because isort's breaking change.
isort has been updated 7/4 (https://github.com/timothycrosley/isort/blob/master/CHANGELOG.md#500-penny---july-4-2020) v5.0.0 introduced many breaking changes and the following change broke fonduer's testing code.
To Reproduce
Steps to reproduce the behavior:
make check
Expected behavior
Tests pass.
Error Logs/Screenshots
Environment (please complete the following information)
Additional context
Add any other context about the problem here.