Skip to content

fixed formatting and import#262

Merged
gvanrossum merged 1 commit intomicrosoft:mainfrom
bmerkle:fix-format-etc
Apr 29, 2026
Merged

fixed formatting and import#262
gvanrossum merged 1 commit intomicrosoft:mainfrom
bmerkle:fix-format-etc

Conversation

@bmerkle
Copy link
Copy Markdown
Collaborator

@bmerkle bmerkle commented Apr 29, 2026

after merge, there we still format changes

Copilot AI review requested due to automatic review settings April 29, 2026 21:05
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR cleans up formatting inconsistencies and removes an unused import that remained after a prior merge, keeping the codebase aligned with the repository’s Black/isort formatting expectations.

Changes:

  • Reformat several call sites and function signatures for consistent line-wrapping.
  • Remove an unused convknowledge import.
  • Minor import ordering cleanup in conversation_base.py.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tools/benchmark_semref_writes.py Black-style reformatting of parameters, calls, and comprehensions in the benchmark script.
tests/test_add_messages_streaming.py Minor formatting simplification of an awaited call in a test.
src/typeagent/storage/memory/semrefindex.py Formatting-only changes to improve consistency/readability of calls and object construction.
src/typeagent/knowpro/knowledge.py Removes an unused import (convknowledge).
src/typeagent/knowpro/conversation_base.py Adjusts import ordering and simplifies a conditional-await expression formatting.

@gvanrossum gvanrossum merged commit 8487c73 into microsoft:main Apr 29, 2026
20 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.

3 participants