mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
refactor: remove duplicate import sys in __main__.py
The sys module was imported twice - once at line 14 with other standard imports and again at line 22. The second import is redundant since sys is already available from the first import.
This commit is contained in:
@@ -19,7 +19,6 @@ from pathlib import Path
|
||||
from typing import Dict, Callable
|
||||
|
||||
# Add the 'setup' directory to the Python import path (with deprecation-safe logic)
|
||||
import sys
|
||||
|
||||
try:
|
||||
# Python 3.9+ preferred modern way
|
||||
|
||||
Reference in New Issue
Block a user