Skip to content

chore: remove dead code and legacy fix scripts#16

Merged
abrichr merged 1 commit intomainfrom
cleanup/remove-dead-code
Jan 27, 2026
Merged

chore: remove dead code and legacy fix scripts#16
abrichr merged 1 commit intomainfrom
cleanup/remove-dead-code

Conversation

@abrichr
Copy link
Copy Markdown
Member

@abrichr abrichr commented Jan 27, 2026

Summary

Remove dead code files and legacy one-time fix scripts that are no longer needed.

Files Deleted (456 lines total)

File Lines Reason
training/viewer_migration_example.py 72 Only self-referential example
scripts/fix_acr_auth.py 212 One-time fix now in setup_azure.py
docs/azure_acr_authentication.md 172 Docs for removed script

CLAUDE.md Updated

  • Removed references to deleted fix_acr_auth.py script
  • Removed "For existing installations" section (no longer needed)

Verification (cli.py safe)

# None of these files are imported by cli.py
grep -rn "viewer_migration_example\|fix_acr_auth" openadapt_ml/benchmarks/cli.py
# (no results)

Files NOT Deleted (verified still in use)

  • waa_deploy/Dockerfile - Used by cli.py line 66

🤖 Generated with Claude Code

Delete unused files:
- training/viewer_migration_example.py (72 lines) - only self-referential
- scripts/fix_acr_auth.py (212 lines) - one-time fix now baked into setup_azure.py
- docs/azure_acr_authentication.md - docs for removed script

Update CLAUDE.md to remove references to deleted fix script.

Verified safe to delete:
- None of these files are imported by cli.py
- fix_acr_auth.py functionality is now in setup_azure.py (steps 10-12)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@abrichr abrichr force-pushed the cleanup/remove-dead-code branch from 0cdd863 to e421905 Compare January 27, 2026 22:23
@abrichr abrichr changed the title chore: remove unused viewer_migration_example.py chore: remove dead code and legacy fix scripts Jan 27, 2026
@abrichr abrichr merged commit 6d808ea into main Jan 27, 2026
4 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