Remove unused zero-byte skeleton files #52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-44-remove-zero-byte-skeleton-files"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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/, orscripts/.Files removed
src/rgb_aura/config.pysrc/rgb_aura/devices.pysrc/rgb_aura/openrgb_client.pysrc/rgb_aura/animations/aurora.pysrc/rgb_aura/animations/patterns.pyVerification before commit
wc -cconfirmed all five files are 0 bytes.grep -rnacrosssrc/,tests/,scripts/confirmed noimportorfrom ... importreferences 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
developfix/issue-44-remove-zero-byte-skeleton-filesdevelopmain.