Skip to content

Commit 6b10495

Browse files
committed
fix lint
1 parent 45f95db commit 6b10495

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integrations/github/tests/test_file_editor_tool.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44
import unittest
5+
56
from haystack import Pipeline
67
from haystack.components.agents import Agent
78
from haystack.components.generators.chat import OpenAIChatGenerator
@@ -162,7 +163,7 @@ def test_pipeline_serialization(self, monkeypatch):
162163
"chat_generator": {
163164
"type": "haystack.components.generators.chat.openai.OpenAIChatGenerator",
164165
"init_parameters": {
165-
"model": unittest.mock.ANY, # noqa: F821
166+
"model": unittest.mock.ANY,
166167
"streaming_callback": None,
167168
"api_base_url": None,
168169
"organization": None,

0 commit comments

Comments
 (0)