Skip to content

Commit

Permalink
chore: addressing lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
LastRemote committed Nov 9, 2024
1 parent e96d058 commit 0ab5cc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import langfuse


logger = logging.getLogger(__name__)

HAYSTACK_LANGFUSE_ENFORCE_FLUSH_ENV_VAR = "HAYSTACK_LANGFUSE_ENFORCE_FLUSH"
Expand Down
4 changes: 1 addition & 3 deletions integrations/langfuse/tests/test_tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ def test_trace_generation_invalid_start_time(self):
"haystack.component.type": "OpenAIChatGenerator",
"haystack.component.output": {
"replies": [
ChatMessage.from_assistant(
"", meta={"completion_start_time": "foobar", "model": "test_model"}
)
ChatMessage.from_assistant("", meta={"completion_start_time": "foobar", "model": "test_model"}),
]
},
}
Expand Down

0 comments on commit 0ab5cc7

Please sign in to comment.