🔧 chore(langfuse.py): fix import statement for Langfuse to ignore type checking
This commit is contained in:
parent
2fe8e29546
commit
c7554a2477
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class LangfuseInstance:
|
|||
def create(cls):
|
||||
logger.debug("Creating Langfuse instance")
|
||||
from langflow.settings import settings
|
||||
from langfuse import Langfuse
|
||||
from langfuse import Langfuse # type: ignore
|
||||
|
||||
if settings.LANGFUSE_PUBLIC_KEY and settings.LANGFUSE_SECRET_KEY:
|
||||
logger.debug("Langfuse credentials found")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue