Skip to content

Commit 14c9530

Browse files
authored
Fix bad import for Optional (Pipelex#132)
1 parent cfdb4a3 commit 14c9530

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pipelex/cogt/llm/llm_models/llm_model_provider_abstract.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from abc import ABC, abstractmethod
2-
from typing import List
3-
4-
from mistralai import Optional
2+
from typing import List, Optional
53

64
from pipelex.cogt.llm.llm_models.llm_model import LLMModel
75
from pipelex.cogt.llm.llm_models.llm_platform import LLMPlatformChoice

0 commit comments

Comments
 (0)