Skip to content

style: apply ruff format to openharness capture and recall scripts#1459

Merged
hijzy merged 1 commit intoMemTensor:mainfrom
hijzy:fix/ruff-format-openharness-scripts
Apr 10, 2026
Merged

style: apply ruff format to openharness capture and recall scripts#1459
hijzy merged 1 commit intoMemTensor:mainfrom
hijzy:fix/ruff-format-openharness-scripts

Conversation

@hijzy
Copy link
Copy Markdown
Collaborator

@hijzy hijzy commented Apr 10, 2026

Summary

  • Apply ruff format auto-formatting to capture.py and recall.py in openharness adapter scripts
  • Adds missing blank lines between import groups and after module-level statements
  • Fixes dict literal indentation style in capture.py
  • Removes unused import os in recall.py

Follow-up to #1458.

Files Changed

  • adapters/openharness/scripts/capture.py
  • adapters/openharness/scripts/recall.py

Test Plan

  • ruff check apps/memos-local-plugin passes
  • ruff format --check apps/memos-local-plugin passes
  • Verify openharness capture/recall scripts still function correctly

Auto-formatted by `ruff format` — adds missing blank lines, fixes dict
literal indentation, and removes unused `import os` in recall.py.
@hijzy hijzy merged commit df65802 into MemTensor:main Apr 10, 2026
4 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant