Skip to content

Refactor: Clean up type ignore placement in update_memory#347

Open
pyob-bot wants to merge 1 commit into
pyob-evolution-v6-1781236143from
pyob-evolution-v7-1781236310
Open

Refactor: Clean up type ignore placement in update_memory#347
pyob-bot wants to merge 1 commit into
pyob-evolution-v6-1781236143from
pyob-evolution-v7-1781236310

Conversation

@pyob-bot

Copy link
Copy Markdown
Collaborator

Summary of Changes

  • Moved the # type: ignore comment to the end of the line in the update_memory method within src/pyob/prompts_and_memory.py.
  • This improves code readability and adheres to standard Python linting conventions by keeping the ignore directive inline with the statement it affects.

Technical Impact

  • No functional changes were made to the logic of update_memory.
  • The change is purely cosmetic and improves maintainability by cleaning up the code structure.

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