From 43022c29d16d76fc2d4f0953a7424d6ff0418c25 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 11:16:15 +0000 Subject: [PATCH] fix: resolve CI/CD issues for Python project --- shellgenius/explainer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shellgenius/explainer.py b/shellgenius/explainer.py index 8bb4d07..e3baf24 100644 --- a/shellgenius/explainer.py +++ b/shellgenius/explainer.py @@ -2,9 +2,8 @@ import re from dataclasses import dataclass -from typing import Any, Dict, List, Optional +from typing import List -from shellgenius.config import get_config from shellgenius.generation import ShellParser, get_ollama_client