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
Drop unnecessary changes: revert example docstring imports, remove redundant noqa
- models/filters.py + operations/query.py: revert docstring example imports
back to '.models.filters import col' (no need to update docs to use the
shorter form when both work)
- __init__.py: remove '# noqa: E402' markers. Ruff has a built-in exemption
for dunder assignments (__version__, __all__) appearing before imports,
so E402 is never flagged. Verified with 'ruff check --select E402'.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments