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 ordering in SoftDeleteQuerySet.visible_to_user method
Reordered imports alphabetically within the visible_to_user method:
- django.apps comes before django.contrib.auth.models
- django.contrib.auth.models comes before django.db.models
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Co-authored-by: JSIV <[email protected]>
0 commit comments