Skip to content

refactor: remove notify_user duplicate, move local imports to module level#1

Merged
nurikk merged 2 commits intomainfrom
refactor/remove-notify-user-and-local-imports
Mar 22, 2026
Merged

refactor: remove notify_user duplicate, move local imports to module level#1
nurikk merged 2 commits intomainfrom
refactor/remove-notify-user-and-local-imports

Conversation

@nurikk
Copy link
Copy Markdown
Owner

@nurikk nurikk commented Mar 22, 2026

Summary

  • Remove notify_user() which was an exact duplicate of send_message() in bot.py, update all callers in cli.py
  • Move local imports to module level in bot.py and cli.py to comply with project code style rule
  • Add .ccremote-attachments to .gitignore

Test plan

  • All 42 unit/contract tests pass
  • ruff check clean
  • Grep confirms zero remaining references to notify_user
  • Grep confirms no local imports remain (only TYPE_CHECKING guard)

nurikk added 2 commits March 22, 2026 23:45
…level

- Remove notify_user() which was identical to send_message(), update
  all callers in cli.py to use send_message instead
- Move local imports to module level in bot.py and cli.py to comply
  with project code style rule ("No local imports")
- Add .ccremote-attachments to .gitignore
@nurikk nurikk merged commit 2e096c7 into main Mar 22, 2026
5 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