Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix lint
Browse files Browse the repository at this point in the history
marcklingen committed Sep 2, 2024
1 parent 7ba9fb2 commit cfcc106
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_prompt_atexit.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
import pytest
from unittest.mock import Mock, patch

from langfuse.client import Langfuse
from langfuse.prompt_cache import PromptCacheItem, DEFAULT_PROMPT_CACHE_TTL_SECONDS
from tests.utils import create_uuid, get_api
from langfuse.api.resources.prompts import Prompt_Text, Prompt_Chat
from langfuse.model import TextPromptClient, ChatPromptClient
import subprocess


0 comments on commit cfcc106

Please sign in to comment.