Skip to content

Commit a45c399

Browse files
committed
chore: remove unused enum
1 parent 9cbdd25 commit a45c399

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

langfuse/client.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@
4747
from .version import __version__ as version
4848

4949

50-
class SDKIntegrationTypes(Enum):
51-
LANGCHAIN = "langchain"
52-
DEFAULT = "default"
53-
OPENAI = "openai"
54-
55-
5650
class Langfuse(object):
5751
log = logging.getLogger("langfuse")
5852

0 commit comments

Comments
 (0)