Skip to content

Refactor: Add explicit return type to run_server function#331

Merged
vicsanity623 merged 1 commit into
mainfrom
pyob-evolution-v14-1779965254
May 28, 2026
Merged

Refactor: Add explicit return type to run_server function#331
vicsanity623 merged 1 commit into
mainfrom
pyob-evolution-v14-1779965254

Conversation

@pyob-bot
Copy link
Copy Markdown
Collaborator

Summary of Changes

  • Updated the run_server nested function in src/pyob/entrance_mixins.py to include an explicit return type annotation (-> None).
  • No functional behavior changes; this enhances type clarity and static analysis support.

Technical Impact

  • Improves code readability and maintainability by making the intended return value clear.
  • Enables better integration with type checking tools (e.g., mypy, Pyright) and IDE autocompletion.
  • No runtime impact or changes to existing functionality; the server behavior remains identical.

Base automatically changed from pyob-evolution-v11-1779964608 to main May 28, 2026 11:22
@vicsanity623 vicsanity623 merged commit 08a848d into main May 28, 2026
1 check passed
@vicsanity623 vicsanity623 deleted the pyob-evolution-v14-1779965254 branch May 28, 2026 11:22
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.

2 participants