epicenter
epicenter copied to clipboard
fix: small linter error
Summary
Remove this very annoying Linter error showing up everytime i start the server
Type of Change
- [ ]
feat: New feature - [x]
fix: Bug fix - [ ]
docs: Documentation update - [ ]
refactor: Code refactoring (no functional changes) - [ ]
perf: Performance improvement - [ ]
test: Test additions or changes - [ ]
chore: Maintenance tasks - [ ]
style: Code style changes
Related Issue
Changes Made
Remove unused import
Desktop App Testing
- [x] Tested on macOS
- [ ] Tested on Windows
- [ ] Tested on Linux
- [ ] Not applicable (web-only change)
General Testing
- [ ] Tested with multiple API providers (if applicable)
- [ ] Verified no API keys are exposed in logs or storage
- [ ] Checked for console errors
- [ ] Tested on different screen sizes (if UI change)
Checklist
- [ ] My code follows the project's coding standards (see CONTRIBUTING.md)
- [ ] I've used
typeinstead ofinterfacein TypeScript - [ ] I've used absolute imports where applicable
- [ ] I've tested my changes thoroughly
- [ ] I've added/updated tests for my changes (if applicable)
- [ ] My changes don't break existing functionality
- [ ] I've updated documentation (if needed)