Skip to content

Commit 72559dc

Browse files
Remove unused import to fix CI linting error
1 parent 360f358 commit 72559dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quantum_code/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from quantum_code.tools.models import models_impl
1818
from quantum_code.utils.helpers import get_version
1919
from quantum_code.utils.mcp_decorator import mcp_monitor
20-
from quantum_code.utils.mcp_factory import create_mcp_wrapper
2120
from quantum_code.utils.paths import LOGS_DIR, ensure_logs_dir
2221

2322
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)