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
Fix isort import order: Move ValidationError to django.core.exceptions
- Change import from django.forms to django.core.exceptions
- Matches the pattern used in other model files (corpuses, documents)
- Fixes pre-commit isort check failure
Co-authored-by: JSIV <[email protected]>
0 commit comments