Remove unused zero-byte skeleton files #52

Merged
JackFrostbyte merged 1 commit from fix/issue-44-remove-zero-byte-skeleton-files into develop 2026-05-13 01:10:58 -04:00
Collaborator

Closes #44.

Summary

Removes the five tracked zero-byte skeleton files left over from earlier scaffolding work. All five files have size 0, contain no code, and are not imported anywhere in src/, tests/, or scripts/.

Files removed

  • src/rgb_aura/config.py
  • src/rgb_aura/devices.py
  • src/rgb_aura/openrgb_client.py
  • src/rgb_aura/animations/aurora.py
  • src/rgb_aura/animations/patterns.py

Verification before commit

  • wc -c confirmed all five files are 0 bytes.
  • grep -rn across src/, tests/, scripts/ confirmed no import or from ... import references any of these modules.
  • ruff check src/ — all checks passed.
  • python -m rgb_aura.main --dry-run --dry-run-events 3 — clean run, all 14 animations register, scheduler preview produces events normally.

Branch workflow

  • Base branch: develop
  • Work branch: fix/issue-44-remove-zero-byte-skeleton-files
  • Pull request target: develop
  • Not merged directly into main.
Closes #44. ## Summary Removes the five tracked zero-byte skeleton files left over from earlier scaffolding work. All five files have size 0, contain no code, and are not imported anywhere in `src/`, `tests/`, or `scripts/`. ## Files removed - `src/rgb_aura/config.py` - `src/rgb_aura/devices.py` - `src/rgb_aura/openrgb_client.py` - `src/rgb_aura/animations/aurora.py` - `src/rgb_aura/animations/patterns.py` ## Verification before commit - `wc -c` confirmed all five files are 0 bytes. - `grep -rn` across `src/`, `tests/`, `scripts/` confirmed no `import` or `from ... import` references any of these modules. - `ruff check src/` — all checks passed. - `python -m rgb_aura.main --dry-run --dry-run-events 3` — clean run, all 14 animations register, scheduler preview produces events normally. ## Branch workflow - Base branch: `develop` - Work branch: `fix/issue-44-remove-zero-byte-skeleton-files` - Pull request target: `develop` - Not merged directly into `main`.
JackFrostbyte deleted branch fix/issue-44-remove-zero-byte-skeleton-files 2026-05-13 01:10:59 -04:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JackFrostbyte/rgb-aura!52
No description provided.