Skip to content

Fix dead code check and typo in base.py#112

Merged
ad-m merged 1 commit intomasterfrom
fix/cleanup-base-dead-code-and-typo
Mar 7, 2026
Merged

Fix dead code check and typo in base.py#112
ad-m merged 1 commit intomasterfrom
fix/cleanup-base-dead-code-and-typo

Conversation

@ad-m
Copy link
Owner

@ad-m ad-m commented Mar 7, 2026

Summary

  • Remove redundant elapsed_time is not None check in Job.join()elapsed_time is always an int, so the check is always true (dead code)
  • Fix typo: "propably" → "probably" in error message

Test plan

  • Verify existing tests pass
  • No functional change expected — cosmetic cleanup only

🤖 Generated with Claude Code

Remove always-true `elapsed_time is not None` check (elapsed_time is
always an int) and fix "propably" → "probably" typo.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ad-m ad-m merged commit 8ab233d into master Mar 7, 2026
0 of 8 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