diff --git a/integrations/ollama/tests/test_generator.py b/integrations/ollama/tests/test_generator.py index 478c33e6b..4af2bdb82 100644 --- a/integrations/ollama/tests/test_generator.py +++ b/integrations/ollama/tests/test_generator.py @@ -185,4 +185,4 @@ def __call__(self, chunk): assert "Amsterdam" in results["replies"][0] assert len(results["meta"]) == 1 assert callback.responses == results["replies"][0] - assert callback.count_calls > 1 \ No newline at end of file + assert callback.count_calls > 1