Skip to content

emrg: remove unused imports (traceback in app.py, Span in scrollback.py) - #104

Merged
argszero merged 1 commit into
masterfrom
feature/remove-unused-imports
Jul 21, 2026
Merged

emrg: remove unused imports (traceback in app.py, Span in scrollback.py)#104
argszero merged 1 commit into
masterfrom
feature/remove-unused-imports

Conversation

@argszero

Copy link
Copy Markdown
Owner

Changes

  • app.py: Remove unused import traceback — traceback module never referenced in the file
  • scrollback.py: Remove unused Span from import — only Line is used in this module

Verification

uv run pytest tests/ -v # 238 passed
uv run python -c "from emrg.client.app import run_client" # OK
uv run python -m emrg --help # OK

@argszeroargszero left a comment

Copy link
Copy Markdown
OwnerAuthor

Choose a reason for hiding this comment

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

✅ LGTM — cycle #5

@argszeroargszero left a comment

Copy link
Copy Markdown
OwnerAuthor

Choose a reason for hiding this comment

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

✅ LGTM — cycle #6

@argszeroargszero left a comment

Copy link
Copy Markdown
OwnerAuthor

Choose a reason for hiding this comment

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

✅ LGTM — cycle #7

@argszero
argszero merged commit 7c03d2d into masterJul 21, 2026
1 check passed
@argszero
argszero deleted the feature/remove-unused-imports branch July 28, 2026 12:00
Sign up for freeto 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

@argszero