Refactor: Move effects_plugins to engine/effects/plugins #27

Closed
opened 2026-03-18 10:58:42 +00:00 by david · 0 comments
Owner

Summary

Move effects_plugins/ directory to engine/effects/plugins/ for better code organization and import path consistency.

Changes

  • Moved effects_plugins/engine/effects/plugins/
  • Updated imports in:
    • engine/app.py
    • tests/test_benchmark.py
    • tests/test_border_effect.py
    • tests/test_crop_effect.py
    • tests/test_glitch_effect.py
    • tests/test_hud.py
    • tests/test_tint_effect.py
  • Pre-commit hook auto-fixed linting issues

Commit

4fb8843 refactor: move effects_plugins to engine/effects/plugins

Testing

All 545 tests passed (17 skipped).

## Summary Move `effects_plugins/` directory to `engine/effects/plugins/` for better code organization and import path consistency. ## Changes - Moved `effects_plugins/` → `engine/effects/plugins/` - Updated imports in: - `engine/app.py` - `tests/test_benchmark.py` - `tests/test_border_effect.py` - `tests/test_crop_effect.py` - `tests/test_glitch_effect.py` - `tests/test_hud.py` - `tests/test_tint_effect.py` - Pre-commit hook auto-fixed linting issues ## Commit `4fb8843 refactor: move effects_plugins to engine/effects/plugins` ## Testing All 545 tests passed (17 skipped).
david closed this issue 2026-03-18 22:03:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: klubhaus/sideline#27