Skip to content

Commit c09cbf7

Browse files
committed
push
1 parent 4bf1ac1 commit c09cbf7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

langfuse/model.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
from abc import ABC, abstractmethod
55
from typing import Any, Dict, List, Literal, Optional, Sequence, Tuple, TypedDict, Union
66

7-
from langfuse.api import Prompt, Prompt_Chat, Prompt_Text
7+
from langfuse.api import (
8+
Prompt,
9+
Prompt_Chat,
10+
Prompt_Text,
11+
)
812
from langfuse.logger import langfuse_logger
913

1014

0 commit comments

Comments
 (0)