removing-base64-encode-makes-import-base64-dead-code
When refactoring deployment/operations.py to pass file paths directly to deploy() instead of encoding content, the import base64 statement at the top of the module became dead code. Pristine Sweep must check for dead imports whenever encoding/decoding logic is removed. Dead imports are Zero Technical Debt violations under Law 3.
Related
- inline-imports-inside-async-functions-violate-module-level-c
- salesforce
- salesforce-mcp-inline-tool-overrides-module-tool-silently
- simple-salesforce-mdapi-deploy-expects-path-or-bytesio-not-b
- simple-salesforce-deploy-expects-file-path-or-bytesio-not-ba
- salesforce-mcp-inline-tool-overrides-module-tool