refactor: remove duplicate import sys in __main__.py (#214)

## Description
Remove redundant `import sys` statement in SuperClaude/__main__.py that
was imported twice.

  ## Changes
  - Removed duplicate `import sys` at line 22
- The sys module is already imported at line 14 with other standard
library imports

  ## Type of Change
  - [x] Bug fix (non-breaking change which fixes an issue)
  - [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
  - [ ] Documentation update

  ## Testing
  - [x] Code still imports and runs correctly
  - [x] No functionality is affected by this change

  ## Additional Notes
This is a minor code cleanup that improves code quality by removing
redundant imports.
This commit is contained in:
Mithun Gowda B 2025-07-23 08:27:36 +05:30 committed by GitHub
commit dc3946d4f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available