You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root cause is the inconsistent formatting between isort and black (18.6b3) (psf/black#250).
Since psf/black#504 (i.e., Black 18.9b0+), black became consistent with isort.
Therefore, we should make sure to use black 18.9b0+. Let me submit a PR.
HiromuHota
pushed a commit
to HiromuHota/fonduer
that referenced
this issue
Mar 22, 2019
Describe the bug
Black format check result is inconsistent between 18.9b0+ and 18.6b3 as described below.
To Reproduce
Steps to reproduce the behavior:
See above.
Expected behavior
A solution is either
src/fonduer/learning/__init__.py
requirements-dev.txt
Error Logs/Screenshots
If applicable, add error logs or screenshots to help explain your problem.
See above.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: