Skip to content

chore: sort imports in vla_jepa tests - #4354

Merged
CarolinePascal merged 1 commit into
mainfrom
chore/sort-vla-jepa-imports
Aug 7, 2026
Merged

CarolinePascal merged 1 commit into
mainfrom
chore/sort-vla-jepa-imports

Conversation

@pkooij

@pkooij pkooij commented Aug 6, 2026

Copy link
Copy Markdown
Member

Summary / Motivation

Three pre-existing I001 (unsorted imports) violations that pre-commit run --all-files auto-fixes. Confirmed present on main before this change.

Split out as a standalone PR so the six-PR documentation-infrastructure stack keeps a diff containing only documentation work.

Related issues

  • Related: # (none)

What changed

Import blocks sorted in three tests/policies/vla_jepa/ test files. No functional change — the fix is exactly what the repo's own ruff hook produces.

How was this tested (or how to run locally)

pre-commit run --all-files
uv run pytest tests/policies/vla_jepa -q

pre-commit run --all-files is green after this change and red before it.

Checklist (required before merge)

  • Linting/formatting run (pre-commit run -a)
  • All tests pass locally (pytest)
  • Documentation updated (n/a)
  • CI is green
  • Community Review: I have reviewed another contributor's open PR and linked it here: #

Reviewer notes

Trivial and mechanical; merge whenever convenient.

Pre-existing `I001` violations that `pre-commit run --all-files` auto-fixes.
They are unrelated to the documentation work but block the green run the rest of
this branch is verified against; confirmed present on main before this branch.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@CarolinePascal
CarolinePascal self-requested a review August 7, 2026 13:22
@CarolinePascal

Copy link
Copy Markdown
Collaborator

We need to merge #4348 first for the CI to run correctly

@pkooij pkooij closed this Aug 7, 2026
@CarolinePascal CarolinePascal reopened this Aug 7, 2026
@github-actions github-actions Bot added the tests Problems with test coverage, failures, or improvements to testing label Aug 7, 2026
@CarolinePascal
CarolinePascal merged commit 22bd7a2 into main Aug 7, 2026
15 of 22 checks passed
@CarolinePascal
CarolinePascal deleted the chore/sort-vla-jepa-imports branch August 7, 2026 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Problems with test coverage, failures, or improvements to testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants