Skip to content

chore: remove dead code fossils (J8) - #68

Merged
Chris Ball (ball42) merged 1 commit into
developfrom
chore/j8-fossil-cleanup
Jul 11, 2026
Merged

chore: remove dead code fossils (J8)#68
Chris Ball (ball42) merged 1 commit into
developfrom
chore/j8-fossil-cleanup

Conversation

@ball42

Copy link
Copy Markdown
Collaborator

Removes four confirmed dead-code fossils (internal ref J8). Deletion-only, no behavior change — app boots, ruff clean, full harness green (93 passed).

Removed

  • mongoengine dependency from requirements.txt — never imported anywhere (residue of an abandoned datastore evaluation).
  • bin/load_home.py — a dead duplicate; the live load_home lives in views/home_view.py, and the dead file even had a broken import.
  • Commented-out legacy blueprint imports in app.py's register_blueprints() (the pre-unified-automations views).
  • okta_verification.main() — an empty pass stub plus its __main__ guard. verify_new_webhook (the real, in-use function) is retained.

Targets develop for the batched v3.2 release.

…ts, okta stub)

- Drop unused mongoengine dependency (never imported anywhere).
- Delete bin/load_home.py (dead duplicate; the live load_home is in
  views/home_view.py, and the dead file had a broken import).
- Remove the commented-out legacy blueprint imports in register_blueprints.
- Remove the empty okta_verification.main() stub and its __main__ guard;
  verify_new_webhook (the real function) is retained.

No behavior change. App boots, ruff clean, full harness green.
@ball42
Chris Ball (ball42) merged commit 0b0061a into develop Jul 11, 2026
2 checks passed
@ball42
Chris Ball (ball42) deleted the chore/j8-fossil-cleanup branch July 11, 2026 01:33
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