From de971860b99269726ed035182f01feaad9b90ed9 Mon Sep 17 00:00:00 2001 From: Mithun Gowda B Date: Wed, 23 Jul 2025 08:24:17 +0530 Subject: [PATCH] Update __main__.py Signed-off-by: Mithun Gowda B --- SuperClaude/__main__.py | 1 - 1 file changed, 1 deletion(-) 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