fix: resolve CI/CD issues for Python project
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / type-check (push) Has been cancelled

This commit is contained in:
2026-02-04 11:16:15 +00:00
parent 2cddeedb94
commit 43022c29d1

View File

@@ -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