diff --git a/SuperClaude/__main__.py b/SuperClaude/__main__.py index 37861b4..58a44d9 100644 --- a/SuperClaude/__main__.py +++ b/SuperClaude/__main__.py @@ -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