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
- Sort imports in conftest.py, test_social_network_queries.py
- Remove unused import TypeDBException in test_crud_edge_cases.py
- Fix E721: use `is not` instead of `== Profile` for type comparison
- Fix W293: remove whitespace from blank line in typedb_lifecycle.py
- Fix pyright error: use len(manager.all()) instead of manager.count()
- Format all test files with ruff
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments